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.
after the last update if any streamer close the stream and re open it the last stream wont be saved please fix this issue
there is a new bug that i found if someone streams and closes the stream and re open it for solving lag issues that last stream wont be saved. and cant be found in the find recent streams menu. please solve it if possible. and thanks for everything.
Was able to download unexpired streams, tried to download a 20 old expired stream and didn't work, was stuck on getting stream ID load forever after i entered the twitchtracker link.
useful asl glooks. only problem is arrow keys or J and L should rewind and go foward in the video.
Love it, the only problem is that when I try to download certain sections of the VOD, the download doesnt match the timestamps on the VOD. making it useless to download unless you want to go through the whole stream to find it.
братан всё работает замечательно но сделай пожалуйста так чтобы видео скачивались с CBR а то редакторы не видят
A very useful plugin as it also works on hidden vods
wmarche très bien
pls add option copy m3u8 to clipboard for firefox, because i can get it on the devtools
I use this to primarily watch a streamer that doesn't have auto-publish on (annoying). I use video speed controller to watch at 2x or higher (some weird issues with it sometimes) and it's nice that I can catch up to live much easier than refreshing the normal vod page, very similar to how youtube lives work in that respect. I have a question, I usually use streamlink to automatically download some vods since my streamer doesn't auto-publish and sometimes he deletes the vod (I've been burned too many times), also helps with muted sections of the vod. I'm wondering if you can continuously download like streamlink but through the vod instead of from the stream, since my streamlink vods have missing data from ads. Could this be possible in theory?