AI product readChrome browser download bridge to Xunlei/Thunder desktop client — intercepts download requests and redirects them to the locally installed Thunder application for accelerated downloading
Users want to leverage Xunlei/Thunder's download acceleration technology (multi-source, P2P) for browser downloads instead of relying on Chrome's built-in download manager, which lacks acceleration features
1. User installs Thunder desktop client and this Chrome extension. 2. Extension monitors browser download requests via webRequest/downloads APIs. 3. When a download is detected on an active domain, the extension intercepts it (for files >2MB). 4. Extension sends the download URL, cookies, and referer to the local Thunder client via native messaging. 5. Thunder client handles the actual download with its acceleration technology. 6. User can also right-click links to explicitly download with Thunder, or use multi-select mode to batch-download.
Automatic download interception and redirection to Thunder desktop clientMulti-select download mode (Shift+D) for batch downloading multiple links from a webpageOnline video detection and download supportContext menu right-click "Download with Thunder" for links and imagesBatch image download featureCloud storage save (存云盘) integration with Thunder 12 client
- Target users
- Xunlei/Thunder desktop client users who browse the web in Chrome / Users in China who use Thunder for accelerated downloads / Users who need batch/multi-link downloading from webpages / Users who want to download online videos from web pages
- Extension source code is heavily minified making some context around keyword matches difficult to verify
- The 'vip' and '会员' keyword hits in minified code could not be fully contextualized — they may relate to UI elements for the Xunlei client's own VIP features displayed within the extension popup
- Cannot fully verify whether certain features shown in the extension UI (like cloud save) might require Thunder client VIP membership
MonetizationNo paid features detected
No payment platforms, subscription logic, billing APIs, or upgrade/premium UI found in the extension source code. No matches for paid/购买/subscription/premium keywords. The extension itself is free and all its features (download interception, multi-select download, video sniffing, batch image download, context menu) are available without payment. The destination Xunlei desktop client may have its own VIP/premium tiers, but the extension does not gate any features behind payment.
- Confidence
- 85
- Payment platform
- --
- Source
- AI / High
- Login required
- No
- Reason
- The extension has no login UI, no account creation flow, and no authentication mechanism. It communicates with the locally installed Xunlei/Thunder desktop client via native messaging (chrome.runtime.connectNative("com.thunder.chrome.host")) and localhost HTTP requests to 127.0.0.1:5021. No matches found for login/sign_in/account keywords in source code. The extension's core workflow (intercepting and redirecting downloads) requires the Thunder desktop client to be installed but does not require any user account or login.