AI 产品解读Web resource capture and download tool
Helps users discover, view, and download resources (images, videos, 3D models, documents, stylesheets, scripts, fonts, network requests) from web pages they are visiting, including batch downloading and zip packaging.
User visits a webpage -> content script detects loaded resources (images, videos, 3D models, network requests, etc.) -> user opens extension popup -> resources are displayed in grid/list view -> user can filter by type, preview, copy, or download individual resources or package them into a zip file for batch download.
Document search (including canvas, 3D models, images, videos)Web capture / resource detectionImage downloadVideo downloadOne-click package download (zip)Network scraping (XHR/fetch requests)
- 目标用户
- Web developers / Designers / Content creators / Researchers who need to collect web resources
- The popup and settings UI code is heavily minified (Solid.js SPA with hashed asset filenames), making it difficult to fully trace all UI logic and feature flows. However, extensive grep searches for auth/payment keywords returned zero matches across all 159+ popup asset files, providing strong negative evidence.
- The background.js and content.js files are almost entirely the JSZip library (for zip file generation), with minimal application-specific code visible in the first 100 lines. The actual resource detection logic is likely in the content script but minified.
- No external API endpoints or backend services were identified in the codebase, suggesting the extension operates fully client-side.
付费分析未识别到付费功能
No paid features, payment platforms, subscription gating, or upgrade prompts were found in the extension code. The deterministic heuristic found 0 paid signals. The 'upgrade' keyword match in the static scan was a false positive (not found in source). All features described in the manifest and locale files appear to be free and fully functional without any billing integration.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 否
- 登录理由
- The extension is a local resource capture tool that operates entirely within the browser. No login UI, authentication flows, or external account requirements were found in the codebase. The popup and settings are local Solid.js SPAs with no auth integration. The extension uses chrome.* APIs (downloads, webRequest, clipboardWrite) for local functionality.
下载目录在哪里都不知道