{ "info": { "author": "Jay MOULIN", "author_email": "jaymoulin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development" ], "description": "=================================================\nGoogle Chrome Webstore Downloader - Python Module\n=================================================\n\n.. image:: https://img.shields.io/github/release/jaymoulin/docker-google-chrome-webstore-download.svg\n :alt: latest release\n :target: http://github.com/jaymoulin/docker-google-chrome-webstore-download/releases\n.. image:: https://img.shields.io/pypi/v/chrome_webstore_download.svg\n :alt: PyPI version\n :target: https://pypi.org/project/chrome_webstore_download/\n.. image:: https://img.shields.io/docker/pulls/jaymoulin/google-chrome-webstore-download.svg\n :target: https://hub.docker.com/r/jaymoulin/google-chrome-webstore-download/\n.. image:: https://img.shields.io/docker/stars/jaymoulin/google-chrome-webstore-download.svg\n :target: https://hub.docker.com/r/jaymoulin/google-chrome-webstore-download/\n.. image:: https://github.com/jaymoulin/jaymoulin.github.io/raw/master/btc.png\n :alt: Bitcoin donation\n :target: https://m.freewallet.org/id/374ad82e/btc\n.. image:: https://github.com/jaymoulin/jaymoulin.github.io/raw/master/ltc.png\n :alt: Litecoin donation\n :target: https://m.freewallet.org/id/374ad82e/ltc\n.. image:: https://github.com/jaymoulin/jaymoulin.github.io/raw/master/ppl.png\n :alt: PayPal donation\n :target: https://www.paypal.me/jaymoulin\n\nThis program will replace download Google Chrome Webstore extension CRX files to you computer\n\nThis work is based upon `arulrajnet's work `_.\n\nInstallation\n------------\n\n.. code::\n\n pip3 install chrome_webstore_download\n\n\nOnce installed, You will be able to download CRX files from webstore via the `chrome-webstore-download` command\n\n.. code::\n\n usage: chrome-webstore-download [-h] -u URL [-f FILE]\n\n Download CRX file from Google Chrome Webstore.\n\n optional arguments:\n -h, --help show this help message and exit\n -u URL, --url URL URL of the chrome store\n -f FILE, --file FILE Path to download CRX\n\nExample\n~~~~~~~\n\n.. code::\n\n chrome-webstore-download -u https://chrome.google.com/webstore/detail/bandcamp-downloader/nmoobgpmablfmgchfjnhkbloaobiogeh\n\n============\nDocker Usage\n============\n\n.. code::\n\n docker run --rm -ti -v `pwd`:/root jaymoulin/google-chrome-webstore-download