Skip to content

ardaerendogru/dl2curl

Repository files navigation

dl2curl

A Chrome extension that intercepts downloads and generates curl, wget, and aria2c commands with full headers and cookies.

Install

  1. Download or clone this repo
  2. Open chrome://extensions/
  3. Enable "Developer mode"
  4. Click "Load unpacked" and select the extension folder

Usage

  1. Click a download link on any website
  2. The extension captures the download
  3. Click the extension icon
  4. Copy the command you need (curl/wget/aria2c)
  5. Paste in your terminal

Features

  • 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

Development

npm install
npm test

License

MIT


Support development

About

dl2curl — Intercept any browser download and instantly get a ready-to-paste curl, wget, or aria2c command — with full headers, cookies, and authentication tokens.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors