https://github.com/systemjargon/browser-extension-lookup
Lookup web browser extensions by their Identifier
https://github.com/systemjargon/browser-extension-lookup
Last synced: about 1 year ago
JSON representation
Lookup web browser extensions by their Identifier
- Host: GitHub
- URL: https://github.com/systemjargon/browser-extension-lookup
- Owner: SystemJargon
- License: mit
- Created: 2024-12-12T03:23:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T14:45:13.000Z (over 1 year ago)
- Last Synced: 2025-02-09T01:17:05.802Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# browser-extension-lookup
## Lookup web browser extensions by their Identifier
This repo shows how to achieve this via python.
Note: For Windows you can maybe use the ChromeDriver with PowerShell and/or leverage Selenium to achieve a similar result to scrape the data.
```
python3 -m venv .venv
source .venv/bin/activate
pip install requests
pip install requests_html
pip install bs4
pip install lxml_html_clean
```
## Usage
Edge
`python3 edge-extensions.py edge.txt`
Chrome
`python3 chrome-extension-search.py chrome-exts.csv`