AI 产品解读Web resource sniffer and one-click saver to Quark Cloud Drive
Users want to quickly capture and save downloadable web resources (videos, documents, archives, torrents, cloud links) directly to Quark Cloud Drive without manual downloading and re-uploading
User browses any webpage → content script (sniff.js + qk-content.js) scans the page DOM for video elements, links, and embedded resources → categorizes resources by type → displays detected resources in popup UI → user clicks save → extension communicates with Quark desktop client via nativeMessaging or direct API calls to pan.quark.cn/drive.quark.cn to save the resource to the user's Quark Cloud Drive
Sniffs web pages for downloadable resources (videos, documents, archives, torrent/magnet links, Quark cloud share links)Categorizes detected resources by type (video, document, archive, seed, cloud share)Monitors video playback and detects autoplay eventsOne-click save detected resources to Quark Cloud Drive via native desktop client integrationContext menu integration for saving resourcesSupports detecting resources in URL parameters (e.g. Quark share links embedded in URLs)
- 目标用户
- Quark Cloud Drive users / Users who frequently save web content (videos, documents, files) to cloud storage / Chinese internet users using Quark ecosystem
- Source code is heavily minified/webpack-bundled making it difficult to trace exact login flow and API calls
- Cannot definitively determine if the extension shows its own login UI or relies entirely on Quark desktop client authentication
- Cannot verify whether saving to Quark Drive works without the desktop client installed
付费分析未识别到付费功能
No evidence of payment UI, subscription APIs, Stripe/billing integrations, or feature gating in the extension code. All 'paid' keyword matches are false positives: 'pro' appears in webpack minified bundle variable names, 'license' in third-party LICENSE.txt files (MIT/BSD), and 'upgrade' is part of 'upgrade-insecure-requests' Content-Security-Policy directive. The extension itself is free and does not gate any features behind payment.
- 置信度
- 80
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- The extension's core workflow is sniffing web resources and saving them to Quark Cloud Drive (pan.quark.cn / drive.quark.cn). It requests 'cookies' permission and connects to Quark domains, indicating it relies on the user's existing Quark Cloud Drive session. The 'nativeMessaging' permission suggests communication with the Quark desktop client which holds the user's authenticated session. The extension itself does not implement its own login UI — it depends on the user being logged into the Quark service (via desktop client or web).