A Chrome extension that intercepts downloads and generates curl, wget, and aria2c commands with full headers and cookies.
- Download or clone this repo
- Open
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked" and select the extension folder
- Click a download link on any website
- The extension captures the download
- Click the extension icon
- Copy the command you need (curl/wget/aria2c)
- Paste in your terminal
- One-click curl/wget/aria2c commands
- Captures real request headers (Authorization, User-Agent, etc.)
- Captures cookies automatically
- Follows redirects (Dropbox, Google Drive, etc.)
- Pause & capture or silent capture modes
- POST request body support
- Clean dark UI (Catppuccin theme)
- 100% local — no data leaves your machine
npm install
npm testMIT