AI 产品解读Download videos from supported video websites
Makes it easier for users to download videos from popular Chinese and international video platforms (iQiyi, Tencent Video, Bilibili, YouTube) directly from their browser
1. User installs extension. 2. When visiting a supported video site (iqiyi.com, v.qq.com, bilibili.com, youtube.com), the corresponding content script injects into the page. 3. User clicks the extension icon to open config-page.html. 4. Service worker monitors webRequest events (specifically cache.video.iqiyi.com/dash URLs) and communicates with content scripts to facilitate video downloads.
Content scripts injected into iqiyi.com, v.qq.com, bilibili.com, and youtube.com pagesService worker intercepts web requests to cache.video.iqiyi.com/dash URLsConfig page (React-based) accessible via extension icon clickSupports multiple video platforms with platform-specific content scripts
- 目标用户
- Users who want to download videos from iQiyi, Tencent Video, Bilibili, and YouTube / Chinese video platform users (iQiyi, Tencent, Bilibili) and international users (YouTube)
- Content scripts (bilibili-content.js, iqiyi-content.js, v-qq-content.js, youtube-content.js) are minified/bundled (~1.1MB each), making it difficult to fully trace the video extraction logic without decompilation. Only the first ~2KB of each was readable.
- The config-page.html title says 'Jira Favorites' which is inconsistent with the video downloader functionality - this may indicate template reuse or a packaging error.
- Cannot verify actual download behavior without runtime testing - the extension may rely on server-side processing or external APIs not visible in the source.
付费分析未识别到付费功能
No evidence of paid features, subscription gating, payment integration, or upgrade prompts in the extension code. The deterministic heuristic also returned isPaid=0. Keywords like premium, subscription, paid, pro, upgrade, plan, billing, payment, stripe, paypal all returned 0 matches. The extension appears to be completely free with no monetization mechanisms visible in the source.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension has no login UI, no authentication code, no token handling for user accounts, and no reference to any account creation or sign-in flow. The core workflow (clicking the icon to open config-page.html, content scripts injecting into video sites) does not require any user login to the extension or destination services. Users can install and use it immediately on supported sites (iqiyi, qq, bilibili, youtube) without creating an account.