DISCLAIMER: As-of 2021, this product does not have a free support team anymore. If you want this product to be maintained, please support on Patreon.
(This product is available under a free and permissive license, but needs financial support to sustain its continued improvements. In addition to maintenance and stability there are many desirable features yet to be added.)This program will download Google Chrome Webstore extension CRX files to you computer
This work is based upon arulrajnet's work.
pip3 install chrome_webstore_download
Once installed, You will be able to download CRX files from webstore via the chrome-webstore-download command
usage: chrome-webstore-download [-h] -u URL [-f FILE] Download CRX file from Google Chrome Webstore. optional arguments: -h, --help show this help message and exit -u URL, --url URL URL of the chrome store -f FILE, --file FILE Path to download CRX
chrome-webstore-download -u https://chrome.google.com/webstore/detail/bandcamp-downloader/nmoobgpmablfmgchfjnhkbloaobiogeh
Please note that this package is also hosted on Github Container Registry, just add ghcr.io/ before the image name (docker pull ghcr.io/jaymoulin/google-chrome-webstore-download instead of jaymoulin/google-chrome-webstore-download)
docker run --rm -ti -v `pwd`:/root jaymoulin/google-chrome-webstore-download <option>
usage: jaymoulin/google-chrome-webstore-download [-h] -u URL [-f FILE] Download CRX file from Google Chrome Webstore. optional arguments: -h, --help show this help message and exit -u URL, --url URL URL of the chrome store -f FILE, --file FILE Path to download CRX
docker run --rm -ti -v `pwd`:/root jaymoulin/google-chrome-webstore-download -u https://chrome.google.com/webstore/detail/bandcamp-downloader/nmoobgpmablfmgchfjnhkbloaobiogeh
Google Chrome Webstore Downloader works with Python 3 or above.
Bugs and feature request are tracked on GitHub
Jay MOULIN jaymoulin@gmail.com See also the list of contributors which participated in this program.
Google Chrome Webstore Downloader is licensed under the MIT License