AI 产品解读Privacy and AI Safety Protection
Protects users from online tracking, fingerprinting, session recording, and AI data leakage while also warning about potentially deceptive subscription practices on websites.
The extension runs a content script on all pages to detect trackers, fingerprinting scripts, and AI API calls. It aggregates this data and displays a real-time verdict and detailed breakdown in the popup. It also monitors for session replay tools and checks cited sources for AI-generated content trustworthiness.
Tracker Detection (analytics, ads, social widgets)Session Recording Detection (Hotjar, FullStory, etc.)Browser Fingerprinting AlertsAI Service Monitoring (detects calls to AI APIs)AI Source Trust (checks citation credibility)Content Safety (adult, gambling, scam detection)
- 目标用户
- Privacy-conscious web users / Users concerned about AI data privacy / General internet users wanting to avoid tracking
- The 'Spend Guard' feature's effectiveness depends on heuristics for detecting subscription wording, which might have false positives/negatives.
- The extension relies on external GitHub-hosted lists for tracker and safety data, which could be unavailable if GitHub is blocked.
付费分析未识别到付费功能
The extension is described as 'Open source' in the manifest description. All features (tracker detection, fingerprinting alerts, AI monitoring, content safety, spend guard) are available in the settings panel without gating. The 'subscription' keywords found in the code refer to the 'Spend Guard' feature which analyzes *other* websites for subscription traps/billing terms, not a paid subscription for the extension itself. There are no paywalls, upgrade prompts, or payment integrations in the extension code.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension operates entirely locally within the browser. It uses chrome.storage.local for settings and caching. There are no login forms, OAuth flows, or API calls requiring authentication. The core workflow of detecting trackers, fingerprinting, and AI leaks works immediately upon installation without any account creation or sign-in.