AI 产品解读Privacy enhancement tool for WhatsApp Web that blurs sensitive UI elements to prevent others from seeing your messages and media
Protects user privacy when using WhatsApp Web in shared or public environments by blurring messages, media, profile pictures, and contact names so bystanders cannot read them
User installs extension, opens WhatsApp Web, clicks the extension icon to open the popup, toggles individual privacy features (blur messages, media, profile, names, etc.). Each toggle sends a message to the content script which injects CSS blur filters onto the corresponding WhatsApp Web DOM elements. Settings persist via chrome.storage.sync. Hover-to-reveal lets users temporarily see blurred content.
Blur/hide last message previews in chat listBlur text chat messages in conversation viewBlur media gallery (images, videos, stickers)Blur profile picturesBlur user/group namesBlur text input field
- 目标用户
- WhatsApp Web users who work in shared offices, public spaces, or screen-sharing scenarios / Privacy-conscious individuals
- The content script (content.js lines 52-91) contains a hidden promotional feature that injects Google search result ads for 'webholix.com' web development services when users search for website/SEO/digital marketing keywords — this is not disclosed in the store listing and is suspicious adware behavior
- The extension requests <all_urls> host permission despite targeting only WhatsApp Web, which is overly broad
- Hardcoded WhatsApp Web DOM class selectors (like _ak8k, _akbu) are fragile and will break when WhatsApp updates their UI
付费分析未识别到付费功能
All toggle controls (last-messages-preview, media-gallery, text-input, text-chat, profile-picture, all-users-name, unblur-all) are freely accessible in the popup UI with no gating, no license checks, no subscription validation, and no payment flow. The 'pro' keyword hits are false positives from strings like 'profile-picture' and 'productivity' in SVGs. The store description mentions 'Upgrade Your Web Ex' (truncated) but no corresponding paid logic exists in the source code.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 否
- 登录理由
- The extension works entirely locally using chrome.storage.sync for settings persistence. There is no login UI, no authentication flow, no account creation, and no connection to an external service that requires credentials. All functionality (blur/unblur toggles) is available immediately after installation.