AI 产品解读Video player enhancement and automation tool
Improves the online video watching experience by automating repetitive actions like skipping intros/outros and advancing to the next episode, while allowing users to customize playback speed and track viewing history.
The extension injects content scripts into video pages. It detects video elements, applies user-configured settings (stored in chrome.storage) to auto-skip sections or adjust speed, and communicates with a background worker to handle global commands and remote configuration updates.
Auto-play next episodeSkip video intros (opening themes)Skip video outros (ending credits)Fast forward/rewind via keyboard shortcuts (Ctrl+Arrow keys)Playback speed adjustmentVideo progress memory (history)
- 目标用户
- Online video viewers / Binge-watchers / Users of Chinese video platforms (Tencent, etc.)
- Analysis based on static source code; dynamic behavior of remote configuration endpoints (oss.myvip.run) not fully verified.
- No explicit login flow found in extension code, but external site myvip.run status unknown.
付费分析未识别到付费功能
The extension provides video enhancement features (auto-play, skip intros/outros, speed control) entirely locally via content scripts. There is no code implementing payment gateways, license verification, or premium feature gating. The website 'myvip.run' likely refers to the developer's domain, but the extension itself is free.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension operates fully offline using local storage for settings and history. While it fetches remote configuration files (ads skip lists, recommended sites) from oss.myvip.run, these requests do not appear to require user authentication. The extension does not implement any login UI or credential handling.