AI 产品解读Browser extension that bridges the browser and a self-hosted Aria2 download manager, enabling users to send downloads (URLs, torrents, metalinks) directly to their Aria2 server and monitor download tasks from the browser popup.
Users running Aria2 as their download manager need a convenient way to intercept browser downloads, right-click links, and manage torrent/metalink files without manually copying URLs or switching to a terminal. This extension automates that workflow.
1. User installs extension and configures one or more Aria2 server connections (host, port, secret, secure) in extension options. 2. To send a download: right-click a link or selection → 'Downloads with Aria2' → select server. 3. Optionally enable auto-capture to intercept all browser downloads meeting size/type filters. 4. Monitor and manage all Aria2 tasks from the extension popup (active tasks shown as badge count). 5. Use keyboard shortcuts (Ctrl+Shift+Y for popup, Ctrl+Shift+D to toggle capture) for quick access.
Send links and selected text to Aria2 server via context menuAutomatically capture browser downloads and redirect to Aria2Add torrent and metalink files from URLs or local filesManage multiple Aria2 servers from one extensionView active, waiting, paused, completed, and failed download tasks with progress, speed, and ETAPause, resume, retry, or remove downloads from popup
- 目标用户
- Power users running self-hosted Aria2 download managers / Users who prefer Aria2 over browser built-in downloaders / Torrent and metalink users / Self-hosted/homelab enthusiasts
- Source code is heavily minified (single-line bundles), making exact line-level attribution difficult for some evidence items
- Could not verify if the extension stores the Aria2 secret token securely or in plain text in chrome.storage.sync
付费分析未识别到付费功能
No evidence of paid features, subscriptions, payment platforms, or feature gating in the extension. All 'upgrade' keyword hits are React internal warnings ("COMPONENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE"), not paid upgrade prompts. All 'pro' hits are false positives from locale strings ('protocols', 'provided', etc.) and minified library code. No premium, price, subscription, stripe, billing keywords found. The extension is open-source on GitHub and appears fully free.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension does not require user account login. It connects to a user's own self-hosted Aria2 server via JSON-RPC (WebSocket or HTTP). The options page configures server connection details (host, port, secure connection, secret token) which is the Aria2 RPC secret — not a user account credential. No OAuth, no identity permission, no sign-in flow to any service. The 'auth' keyword hit in extension-options.js is from the webextension-polyfill bundled identity API metadata, not used for login.