Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eyedeekay/amo-version
Get the version number and the download URL of an Firefox addon at the terminal.
https://github.com/eyedeekay/amo-version
addons firefox mozilla webextensions
Last synced: about 1 month ago
JSON representation
Get the version number and the download URL of an Firefox addon at the terminal.
- Host: GitHub
- URL: https://github.com/eyedeekay/amo-version
- Owner: eyedeekay
- Created: 2020-11-08T06:58:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T19:46:31.000Z (11 months ago)
- Last Synced: 2024-06-20T08:01:16.152Z (6 months ago)
- Topics: addons, firefox, mozilla, webextensions
- Language: Go
- Homepage: https://eyedeekay.github.io/amo-version/
- Size: 24.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Firefox Addon Downloader for Go(amo-version)
Used to download Firefox extensions from the Mozilla Addons store.
- **Status:** Maintained.
## Usage of amo-version:
```sh
-amo-url string
URL to check for extensions at (default "https://addons.mozilla.org/")
-c string
Language to target for the extension. (default "en-US")
-d Download the extension.xpi file
-i print the extension ID
-n string
name of the extension to look up, if you don't know the ID. Must match the AMO page. (default "i2p-in-private-browsing")
-o string
Output the file to a specific path (default "$PWD/i2p-in-private-browsing.xpi")
-od string
Output the file to a specific directory (default "$PWD")
-p string
Platform to download the extension for. firefox or android. (default "firefox")
-v display version number only
-x extract the file after downloading it
```