extdl
v1.0.1
Published
A command-line tool for downloading browser extensions. Supports Chrome, Firefox, Edge, Opera, and Thunderbird extensions.
Maintainers
Readme
extdl
A command-line tool for downloading browser extensions. Supports Chrome, Firefox, Edge, Opera, and Thunderbird extensions.
Installation
For command-line usage, install globally:
npm install -g extdlor run directly with npx:
npx extdl <url>Usage
Usage: extdl <url> [--zip] [--output dir] [--name file]
Options:
-z, --zip convert to zip
-o, --output output directory
-n, --name custom filename (without extension)
-h, --help show this helpExamples
# Download and convert to ZIP
extdl "https://chromewebstore.google.com/detail/amp-validator/nmoffdblmcmgeicmolmhobpoocbbmknc" --zip
# Specify output directory
extdl "https://addons.mozilla.org/en-US/firefox/addon/firefox-translations/" --output ./downloads