A browser extension that automatically intercepts downloads and sends them to your aria2 server.
This extension does not collect, store, or transmit any personal data.
All operations are performed locally in the browser or between the user's browser and their own aria2 RPC server. No analytics, tracking, or third-party data sharing is involved.
- Auto Capture Downloads: Automatically intercept browser downloads and send them to aria2
- AriaNg UI: Integrated AriaNg for full download management
- No Manual Confirmathttps://github.com/baptistecdr/aria2-extensionsion: Downloads are captured automatically (configurable)
- Protocol Support: HTTP, HTTPS, WebSocket for aria2 RPC
- Torrent Support: Automatically handles .torrent and .metalink files
- Cookie & Referer Support: Preserves cookies and referer for authenticated downloads
- Filters: Exclude specific protocols, sites, and file types from capture
- Multi-language: Support for English and Chinese
- Manifest V3: Modern browser extension standard
- Firefox (Manifest V3) - Recommended
- Chrome/Chromium (Manifest V3)
- Edge (Chrome-based)
- Opera (Chrome-based)
- Browser with Manifest V3 support (Firefox 109+, Chrome 88+, Edge 88+)
- aria2 RPC server running (with JSON-RPC support)
# Install dependencies
bun install
# Download AriaNg
bun run download:ariang
# Build for Firefox (recommended)
bun run build:firefox
# Development mode (with watch)
bun run dev:firefox