Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaymoulin/docker-google-chrome-webstore-download
Google Chrome Webstore Downloader - Python Module - Docker Image (Multiarch)
https://github.com/jaymoulin/docker-google-chrome-webstore-download
chrome chrome-extension crx docker docker-image downloader multiarch pip python3 raspberry raspberry-pi raspberry-pi-3 raspberrypi webstore
Last synced: 27 days ago
JSON representation
Google Chrome Webstore Downloader - Python Module - Docker Image (Multiarch)
- Host: GitHub
- URL: https://github.com/jaymoulin/docker-google-chrome-webstore-download
- Owner: jaymoulin
- License: mit
- Created: 2017-11-13T21:42:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T17:14:57.000Z (6 months ago)
- Last Synced: 2024-09-29T00:45:08.786Z (about 1 month ago)
- Topics: chrome, chrome-extension, crx, docker, docker-image, downloader, multiarch, pip, python3, raspberry, raspberry-pi, raspberry-pi-3, raspberrypi, webstore
- Language: Python
- Homepage: https://brands.jaymoulin.me/me/docker-google-chrome-webstore-download
- Size: 74.2 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://raw.githubusercontent.com/jaymoulin/docker-google-chrome-webstore-download/master/logo.png
:alt: logo
:target: http://github.com/jaymoulin/docker-google-chrome-webstore-download=================================================
Google Chrome Webstore Downloader - Python Module
=================================================.. image:: https://img.shields.io/github/release/jaymoulin/docker-google-chrome-webstore-download.svg
:alt: latest release
:target: http://github.com/jaymoulin/docker-google-chrome-webstore-download/releases
.. image:: https://img.shields.io/pypi/v/chrome_webstore_download.svg
:alt: PyPI version
:target: https://pypi.org/project/chrome_webstore_download/
.. image:: https://img.shields.io/docker/pulls/jaymoulin/google-chrome-webstore-download.svg
:target: https://hub.docker.com/r/jaymoulin/google-chrome-webstore-download/
.. image:: https://img.shields.io/docker/stars/jaymoulin/google-chrome-webstore-download.svg
:target: https://hub.docker.com/r/jaymoulin/google-chrome-webstore-download/
.. image:: https://github.com/jaymoulin/jaymoulin.github.io/raw/master/ppl.png
:alt: PayPal donation
:target: https://www.paypal.me/jaymoulin
.. image:: https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png
:alt: Buy me a coffee
:target: https://www.buymeacoffee.com/jaymoulin
.. image:: https://ko-fi.com/img/githubbutton_sm.svg
:alt: Buy me a coffee
:target: https://ko-fi.com/jaymoulinDISCLAIMER: 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
------------.. code::
pip3 install chrome_webstore_download
Once installed, You will be able to download CRX files from webstore via the `chrome-webstore-download` command
.. code::
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 CRXExample
~~~~~~~.. code::
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`)
.. code::
docker run --rm -ti -v `pwd`:/root jaymoulin/google-chrome-webstore-download
.. code::
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 CRXExample
-------.. code::
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 [email protected] See also the list of contributors which participated in this program.
License
-------Google Chrome Webstore Downloader is licensed under the MIT License