Whatsapp Privacy Protector
Keep your messages private and enjoy worry-free communication.
Whatsapp Privacy Protectorとは何ですか?
Whatsapp Privacy Protectorはhttps://udarax.meによって開発されたChromeの拡張機能で、その主な機能は「Keep your messages private and enjoy worry-free communication.」です。
拡張機能のスクリーンショット
Whatsapp Privacy Protector拡張機能のCRXファイルをダウンロード
Whatsapp Privacy Protector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ever found yourself in a virtual meeting on Zoom, MS Teams, or Google Meet, trying to share your screen, and felt a tad overwhelmed by the sea of faces, WhatsApp chats, and messages? Fear not! My nifty Chrome extension is here to save the day. With this gem, you can easily hide your WhatsApp chat list, messages, and even user profile photos whenever you feel like it (cue the privacy ninja moves). And when you're ready to dive back into the chatter, just unhide with a click. It's that simple! Feel free to give it a spin, and if you're up for it, drop a review and comment on here. Much appreciated! 🌟
拡張機能の基本情報
名前 | Whatsapp Privacy Protector |
ID | cneccnkgecmpaddceljcjfhfejflcjjh |
公式URL | https://chromewebstore.google.com/detail/whatsapp-privacy-protecto/cneccnkgecmpaddceljcjfhfejflcjjh |
説明 | Keep your messages private and enjoy worry-free communication. |
ファイルサイズ | 7.8 KB |
インストール数 | 37 |
現在のバージョン | 2.0.0 |
最終更新日 | 2023-11-24 |
公開日 | 2023-11-17 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | https://udarax.me |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://www.buymeacoffee.com/ldudaraliym |
プライバシーポリシーページのURL | https://www.freeprivacypolicy.com/live/14ee8e8f-363b-4574-b3c6-851a0b80f637 |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whatsapp Privacy Protector", "version": "2.0.0", "description": "Keep your messages private and enjoy worry-free communication.", "manifest_version": 3, "author": "Udara Liyanage", "action": { "default_popup": "index.html", "default_icon": "logo.png", "default_title": "Whatsapp Privacy Protector" }, "icons": { "128": "logo.png" }, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "css": [ "app.css" ], "js": [ "content-script.js" ] } ], "permissions": [ "activeTab" ], "content_security_policy": { "extension_pages": "default-src 'self' https:\/\/udarax.me\/; script-src 'self'; object-src 'self';" } } |