AI 产品解读Ad blocker that eliminates ads, popups, trackers, and YouTube video ads using Manifest V3 declarativeNetRequest rules and content script interception
Removes intrusive advertisements, trackers, and YouTube ads for a faster, cleaner, and more private browsing experience
User installs extension → ad blocking is active by default with all 8 filter lists enabled → browsing any website triggers declarativeNetRequest rule matching to block ad/tracker requests → on YouTube, content scripts intercept fetch responses and DOM to remove video ads → user can toggle protection on/off via popup → user can use Element Zapper to remove any remaining unwanted elements → settings page allows toggling ad blocking, YouTube optimization, and stats display
Network-level ad/tracker blocking via declarativeNetRequest with 8 filter lists (EasyList, EasyPrivacy, uBlock filters, PGL, AdGuard, URLhaus, badware)YouTube-specific ad removal via fetch interception of player API responses to strip ad placements and enforcement messagesYouTube DOM cleanup: auto-clicks skip buttons, removes ad overlays, and bypasses anti-adblock enforcement dialogsElement Zapper: interactive point-and-click tool to permanently hide any unwanted page element with persistent CSS rulesReal-time blocking statistics (per-page and global totals)Modern dark glassmorphism UI with power toggle and settings page
- 目标用户
- General web users who want to block ads and trackers / YouTube viewers seeking ad-free video playback / Privacy-conscious users who want tracker blocking
- The store description uses 'premium' marketing language which could mislead heuristic scanners, but the code confirms all features are free
- No external server communication found — cannot verify if future updates might introduce paid features
- Privacy policy URL points to a generic Google Sites page which could not be verified for content
付费分析未识别到付费功能
No payment UI, subscription flow, license validation, upgrade prompts, or billing integration exists in the extension's own code. The deterministic heuristic flagged 'upgrade' and 'billing' but these appear only inside ad-blocking filter lists as domain names (e.g., hwupgrade.it, minibilling.com, billingfox.digital) — not as paid feature indicators. The store description says 'premium ad blocking experience' but this is marketing language; all features (ad blocking, YouTube optimization, element zapper, stats) are freely available to all users with no gating. No Stripe, PayPal, or other payment platform code was found. No chrome.inAppPayments, no license key validation, no premium feature flags.
- 置信度
- 97
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- No login UI, authentication flow, or credential handling exists anywhere in the extension's own source code. All keyword hits for 'login', 'auth', 'session', 'token', 'jwt', 'signup', 'signin', 'account' are exclusively inside ad-blocking filter lists (easylist.json, ublock-badware.json, pgl.json, easyprivacy.json) which contain domain block rules — not extension authentication logic. The extension stores all data locally via chrome.storage.local with no account-based persistence. No external API calls requiring authentication were found in service.js or any other entry file.