AI 产品解读Ad blocker and malware protection extension that removes banners, overlays, auto-play videos, and other intrusive web elements
Eliminates distracting ads, overlays, and unwanted content from web pages for a cleaner browsing experience while also providing malware protection
Install extension → automatically starts blocking ads on all websites → optionally toggle blocking per-domain via toolbar icon → filter rules update automatically every hour
Network-level ad blocking via declarativeNetRequest rulesElement hiding via CSS injection and scriptlet injectionPer-domain toggle to enable/disable blockingAutomatic filter list updates from heroadblocker.comAd block counter badge on toolbar iconGoogle search ad counting
- 目标用户
- General web users seeking an ad-free browsing experience / Users concerned about malware from malicious ads
- Extension source is heavily obfuscated with misleading console.log messages containing random keywords, making code analysis harder
- sc_funcs.js (483KB) is a large obfuscated file not fully analyzed, but its role appears to be ad-blocking scriptlet injection based on context
- Cannot fully verify all functionality of the obfuscated sjqtypgzfta.js (110KB)
付费分析未识别到付费功能
All 'subscription' and 'subscribe' keyword matches are ad filter CSS selectors targeting subscription banners on third-party websites. 'Pro' matches are false positives from substrings in words like 'protection', 'products', 'promo', 'provider' within filter selectors. No payment UI, billing API calls, premium feature gates, Stripe/payment platform integration, or subscription management code exists in the extension.
- 置信度
- 93
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The store description explicitly states 'no sign-ins or setup required.' All login-related keyword matches ('log in', 'signin', 'auth', 'signup', 'account') come from ad filter CSS selectors targeting third-party website elements to hide login/signup UI, not from extension authentication. No login API calls, account system, or authentication flow exists in the extension source code.