AI 产品解读SOOP VOD playback and queue management helper
Makes it easier to continue watching SOOP VOD content by providing queue management, automatic next-video playback, and quick playlist addition capabilities that SOOP's native interface may lack or make cumbersome.
User visits a SOOP VOD page -> Extension injects content script that detects video and adds floating queue control buttons -> User can add current VOD to queue, navigate queue items, configure auto-play and repeat settings via popup/options -> Background service worker handles API calls to SOOP endpoints for metadata fetching and playlist management, storing user preferences in chrome.storage.sync
Add SOOP VOD to current playback queueNavigate between previous/next VOD in current queueAuto-play next item after VOD endsQuick add VOD to SOOP playlistsFloating button with configurable position, size, and display modeOptions to replay VOD from beginning
- 目标用户
- SOOP (sooplive.com) VOD viewers who want better queue management / Korean streaming platform users seeking enhanced playback control
- content.js is heavily minified (~737KB) making full semantic analysis difficult without deobfuscation
- Cannot verify runtime behavior of SOOP API interactions without actual SOOP account
- Extension targets both sooplive.com and afreecatv.com domains but description only mentions SOOP - unclear if AfreecaTV features are implemented
付费分析未识别到付费功能
The extension is completely free with no paid features, subscriptions, or billing logic. The 'upgrade' keyword match in the deterministic scan was a false positive (likely from library code). No payment platforms, license checks, feature gating behind paywalls, or subscription management code exists. The extension stores settings in chrome.storage.sync with no premium tier differentiation.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension operates exclusively on SOOP (sooplive.com/co.kr) pages and calls SOOP APIs (api.m.sooplive.com, stbbs.sooplive.com) which require an authenticated SOOP user session. The extension uses credentials:'include' in fetch requests to stbbs.sooplive.com for playlist operations, implying it relies on the user's existing SOOP login cookie/session. There is no extension-level login mechanism; it depends entirely on the destination service (SOOP) being logged in.