Skip to content

jaymoulin/docker-google-chrome-webstore-download

Repository files navigation

logo

Google Chrome Webstore Downloader - Python Module

latest release PyPI version PayPal donation Buy me a coffee Buy me a coffee

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.

Installation

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

Example

chrome-webstore-download -u https://chrome.google.com/webstore/detail/bandcamp-downloader/nmoobgpmablfmgchfjnhkbloaobiogeh

Docker Usage

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

Example

docker run --rm -ti -v `pwd`:/root jaymoulin/google-chrome-webstore-download -u https://chrome.google.com/webstore/detail/bandcamp-downloader/nmoobgpmablfmgchfjnhkbloaobiogeh

About

Requirements

Google Chrome Webstore Downloader works with Python 3 or above.

Submitting bugs and feature requests

Bugs and feature request are tracked on GitHub

Author

Jay MOULIN jaymoulin@gmail.com See also the list of contributors which participated in this program.

License

Google Chrome Webstore Downloader is licensed under the MIT License