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 |
官方網址 | 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 |
電子郵箱 | [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';" } } |