AI 产品解读Privacy protection for WhatsApp Web by blurring messages, media, names, previews, and adding optional password lock
Prevents shoulder-surfing and unauthorized viewing of WhatsApp conversations when using WhatsApp Web in shared or public environments
Install extension → Navigate to web.whatsapp.com → Extension activates automatically via content scripts → Toggle desired blur settings (messages, media, names, previews, input) from extension popup → All selected content appears blurred with CSS filters → Hover over individual items to temporarily reveal content → Optionally set password lock with auto-lock timer for additional security
Blur messages in current chat windowBlur message previews in left sidebar chat listBlur media previews and media gallery separatelyBlur message input box to hide drafts/typingBlur profile pictures and contact/group namesPassword protection lock screen for WhatsApp Web
- 目标用户
- WhatsApp Web users in shared offices or workplaces / Users of shared/public computers / Anyone wanting visual privacy for WhatsApp conversations
- Code is heavily minified/bundled making deep logic inspection difficult
- Remote config endpoint (cdn2.waplus.io/extensiton/wa-privacy/config/config.json) could theoretically push feature changes but cannot be fetched during analysis
- The drainage-module.js and redirect-link.js files contain cross-promotion logic for other WAPlus tools (CRM, bulk sender) which is tangential to the core privacy product
付费分析未识别到付费功能
No evidence of paid features, subscription logic, payment APIs, or feature gating in the extension. All keyword matches for 'premium', 'pro', 'isPro', 'plan', 'stripe', 'payment', 'subscription' are false positives from library code. The 'pro' matches in locale files are from words like 'Protect'/'Protection'/'Protege' in description text, not paid tier indicators. All privacy/blur features are controlled via simple boolean toggles in chrome.storage with no billing checks.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- No login UI, authentication flow, or account system found in the extension code. All keyword matches for 'login', 'auth', 'jwt', 'signin', 'account' are false positives from library code (lodash, vue-i18n, buffer), CSS class names targeting WhatsApp DOM (div._ajwt), library author credits, and Chrome Web Store URL parameters (authuser=0). The extension operates directly on WhatsApp Web via content scripts using chrome.storage.sync for settings, with no credential storage or authentication API calls.