AI 产品解读Download and view Twitch and Kick VOD segments, highlights, clips, and stories directly within the browser
Allows users to save and archive streaming content from Twitch and Kick that would otherwise be unavailable after VOD expiration (7-60 days), including recovery of deleted/expired VODs
User navigates to a Twitch or Kick channel/VOD page, clicks the extension button which injects a UI panel. From there they can: (1) view recent streams via the stream logging database (requires optional login), (2) watch/download the current VOD segment with custom controls, (3) download clips directly. The extension fetches HLS manifests and TS segments from Twitch/Kick CDN endpoints, assembles them, and provides download functionality using the File System Access API for large files.
Download sections of Twitch VODs as video segmentsView and download Twitch highlights, clips, and storiesWatch and download Kick VODs including sub-only contentDeleted/expired VOD recovery via stream logging databaseLive stream viewing and downloadingUHD video quality support
- 目标用户
- Twitch viewers who want to archive or save VOD content / Content creators who need to download their own streams / Users who want to recover deleted or expired VODs / Kick platform users wanting similar download capabilities
- Cannot confirm whether voddownloader.com destination service has paid tiers that might gate the stream logging database feature
- The extension's 'best experience' language around login is vague - unclear exactly what features are unlocked with authentication
付费分析未识别到付费功能
No payment gating, subscription logic, billing APIs, or upgrade UI found in the source code. The deterministic 'premium' hit (background.js:763) is about detecting Twitch Prime badges on streamers ('is_prime: badge_ids?.some(id => id == \"premium\")'), not about extension features. The 'subscribe' hits (domBuilder.js:266-267) refer to Twitch subscriber-only VOD detection. The only payment-related link is a PayPal donation button (domBuilder.js:459: paypal.me/quickliio), which is voluntary, not a feature gate. No Stripe, billing, or subscription keywords found anywhere in the codebase.
- 置信度
- 88
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension has a full OAuth2 authentication system (AWS Cognito with PKCE) but login is explicitly presented as optional. The UI button reads 'Login/Sign Up for Best Experience' (ui.js:114), and the handleGetStreams function gracefully handles unauthenticated users by returning null without blocking core functionality (background.js:71-73). Login provides access to a 'stream logging database' (per store description v3.24) but VOD downloading, viewing, and clip downloading work without authentication.