AI 产品解读All-in-one video manipulation and enhancement assistant that works on any webpage with video elements
Provides a comprehensive set of video and audio controls (rotate, zoom, speed, volume boost, download, record, PiP, VR mode, AI summarization, etc.) that are not natively available in most web video players
User installs extension → browses any website with video → clicks extension popup or uses shortcuts → applies video/audio manipulations (rotate, zoom, speed, download, record, etc.) directly on the page's video element via injected content scripts
Video rotation, zoom, reposition, stretch, and flipVideo download and format conversionVideo recording and screenshot capturePicture-in-Picture (PiP) and Advanced PiP modesPlayback speed control and AB loopVR mode for immersive viewing
- 目标用户
- General web video viewers who want enhanced playback controls / Users who need video accessibility features (rotation, zoom, volume boost) / Users who want to download, record, or capture web video content / Power users who want customizable shortcuts and layout options
- Source files are heavily minified/bundled (background/index.js 203KB, popup.js 1MB, inject/index.js 612KB), making it difficult to trace exact login/payment logic
- The 'tips_login' and 'tips_user_center' locale keys suggest some user-account-related UI exists, but the actual behavior when clicked cannot be confirmed from minified source alone
- The afdian.com donation link could potentially gate some features, but evidence points to it being a voluntary donation rather than feature gating
付费分析未识别到付费功能
No evidence of paid feature gating within the extension. No subscription, premium, stripe, payment, or license keywords found in meaningful context. The 'upgrade' positive keyword was a false positive from CSS gradient definitions (options/options.css line 1). All 'pro' keyword hits were false positives from translations (German 'pro' meaning 'per', Spanish/Portuguese substrings). The afdian.com link (options/options.7cff50cb.js) is a Chinese donation platform (similar to Buy Me a Coffee), confirmed by the 'tips_donate' locale key with message 'Buy Me a Coffee' (en_US/messages.json line 117). No billing APIs, license checks, feature gating, or upgrade prompts were detected in the source code.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 否
- 登录理由
- The extension's core workflow (rotate, zoom, download, record, PiP, speed, volume, etc.) operates entirely on local page video elements via content scripts injected on all URLs. No authentication flow, OAuth, or account creation is required to use these features. Locale files contain 'tips_login' and 'tips_user_center' tooltip keys (en_US/messages.json lines 362-368), but these appear to be optional UI elements for a future or peripheral user-center feature, not a gate for core functionality. The store description explicitly states 'No data collection, safe and secure'. No API authentication endpoints or login-gated service calls were found in the source.