AI 产品解读Ad blocker specialized for Twitch with additional YouTube and general website ad blocking capabilities
Removes video ads, banner ads, popups, and trackers from Twitch streams, YouTube videos, and other websites, providing an ad-free browsing and streaming experience with added privacy protection
User installs extension and toggles on desired ad-blocking modes via popup. For Twitch: content script injects tw.js into Twitch pages, which hooks the web Worker to intercept HLS m3u8 requests and strip ad segments from the stream, falling back to alternative player types (embed/popout) if needed. For YouTube: content script runs a DOM manipulation loop that removes ad elements, clicks skip buttons, and hides ad containers. For all websites: background service worker loads EasyList filter rules into declarativeNetRequest for network-level blocking.
Twitch-specific ad blocking via HLS stream interception - hooks web workers to strip ad segments from M3U8 playlists and uses backup player types (embed/popout) to bypass adsYouTube ad blocking via DOM manipulation - hides ad overlays, clicks skip buttons, removes ad slots, and speeds up unskippable adsAll-website ad blocking using declarativeNetRequest with EasyList and other filter lists for network-level ad blockingPrivacy protection - blocks trackers, data scraping, and suspicious redirectsPer-site toggle controls for Twitch, YouTube, and all-website blocking modes
- 目标用户
- Twitch viewers who want ad-free streams / YouTube viewers who want ad-free video watching / General web users seeking ad blocking and privacy protection
- Extension code is heavily minified/webpack-bundled making exact line-level analysis of logic flow difficult
- The external endpoint rules.twadblock.com/info.json is contacted for analytics/update checks but its full response behavior cannot be determined from static analysis alone
- The extension auto-reloads itself after a set timeout (setTimeout(chrome.runtime.reload, e().m+e().u)) which may be a persistence mechanism but cannot be fully verified statically
付费分析未识别到付费功能
No payment UI, no Stripe/billing integration, no feature gating. The popup offers three free toggle modes: Twitch ad blocking, YouTube ad blocking, and All-Site ad blocking - all freely accessible. The keyword hits for 'pro', 'subscribe', 'premium' are all ad-blocking filter rules in default_rules.json (e.g., blocking newsletter signup popups on retail sites). The 'protectionEnabled/protectionDisabled' locale strings contain 'pro' as part of 'protection', not a paid tier. The 'adblock_premium.txt' URL from easylist-downloads.adblockplus.org is a filter list name from Adblock Plus, not a paid feature.
- 置信度
- 92
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- No login UI exists in the extension. The popup.html contains only toggle switches for ad-blocking modes (Twitch, YouTube, All Sites). The background script generates a UID for analytics purposes but does not require user authentication. All keyword hits for 'login', 'signup', 'auth', 'account' in default_rules.json are ad-blocking URL filter rules (blocking domains containing those strings), not login functionality.