AI 产品解读Ad blocking, ad blurring, and deceptive website/app protection for safer browsing
Protects users from unfair/deceptive ads, dangerous websites, and malicious apps in search results by blocking unfair ads, blurring remaining ads, and warning about deceptive content
Extension installs and automatically activates on all websites. Content scripts inject at page load to detect ads using URL matching rules from remote config. Unfair ads are blocked entirely; remaining ads are blurred using CSS filter (blur(5px)) with hover-to-reveal. Deceptive apps/websites are identified and warned about in search results. Background service worker manages config updates, telemetry, and coordinates content script behavior.
Blocks unfair ads based on AppEsteem's Ad Polluter listBlurs remaining ads with patented technology (hover to reveal)Warns about dangerous/deceptive websites and apps from AppEsteem's Deceptors listIdentifies unsafe search results with visual warningsCounts and displays blocked ads and deceptors to users
- 目标用户
- General web users seeking cleaner browsing experience / Users concerned about deceptive ads and malicious websites / Non-technical users wanting automatic protection from online threats
- Source code is heavily minified/webpack-bundled making direct code reading difficult
- Remote configuration fetched from anonymous.browse.live and api.blur.live may control feature behavior not visible in static analysis
- The 'license/whoami' endpoint purpose is inferred - could potentially be used for license validation in ways not visible in the bundled code
付费分析未识别到付费功能
Store description explicitly states 'Browse.live Web Safety is now FREE!' indicating the extension is free. No payment platform integrations (stripe, purchase, billing, subscribe) found in source code. The 'premium' keyword hits are all substring matches within non-English localization text for Firefox consent dialogs, not actual premium feature references. The 'license/whoami' endpoint appears to be for anonymous license status checking, not paid feature gating. No upgrade prompts or feature restrictions visible in the UI code.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- No login functionality found in the extension source code. No 'login', 'signup', or authentication-related keywords found. The extension injects content scripts on all URLs at document_start and works immediately after installation. The 'account' keyword hits are all in localization files referring to 'customers' in data collection consent text, not login functionality. The 'whoami' endpoint at api.blur.live/license/whoami appears to be an anonymous license status check, not a user authentication endpoint.