New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

extdl

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extdl

A command-line tool for downloading browser extensions. Supports Chrome, Firefox, Edge, Opera, and Thunderbird extensions.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

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 extdl

or 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 help

Examples

# 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

Keywords

browser-extension

FAQs

Package last updated on 26 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts