https://github.com/th3-st3w4rd/chrome_ext_search
Blue Team utility used to find Chrome extension IDs on a local PC.
https://github.com/th3-st3w4rd/chrome_ext_search
cli-app python3 web-extensions windows-11
Last synced: 10 months ago
JSON representation
Blue Team utility used to find Chrome extension IDs on a local PC.
- Host: GitHub
- URL: https://github.com/th3-st3w4rd/chrome_ext_search
- Owner: th3-st3w4rd
- License: gpl-3.0
- Created: 2024-12-20T14:13:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T20:56:24.000Z (over 1 year ago)
- Last Synced: 2025-03-12T22:21:36.577Z (over 1 year ago)
- Topics: cli-app, python3, web-extensions, windows-11
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: supported_browsers.py
Awesome Lists containing this project
README
# chrome_ext_search
Blue Team utility used to find local Chrome extension IDs on a local PC. It will only search for the current user that you are signed in with. There is an option to search for the extesnions online, internet connection needed, or to continue in Offline mode.
Online mode returns extesnion ID #s and the extensions' names (if found).
Offline mode returns only the extension ID #s with "n/a" as the value.
Currently only Chrome on Windows is supported.
Tested on:
Windows 11 Pro 24H2
## Future Goals
- [ ] Include Mac Support.
- [ ] Include support for Safari, Fire Fox, and Edge.
- [ ] Search the entire system for all users, not just the current signed in user.