Whatsapp Privacy Protector

Keep your messages private and enjoy worry-free communication.

Was ist Whatsapp Privacy Protector?

Whatsapp Privacy Protector ist eine Chrome-Erweiterung, die von https://udarax.me entwickelt wurde, und ihr Hauptmerkmal ist "Keep your messages private and enjoy worry-free communication.".

Erweiterungsscreenshots

screenshot
screenshot

Whatsapp Privacy Protector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Whatsapp Privacy Protector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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! 🌟                    

Grundlegende Informationen zur Erweiterung

Name Whatsapp Privacy Protector Whatsapp Privacy Protector
ID cneccnkgecmpaddceljcjfhfejflcjjh
Offizielle URL https://chromewebstore.google.com/detail/whatsapp-privacy-protecto/cneccnkgecmpaddceljcjfhfejflcjjh
Beschreibung Keep your messages private and enjoy worry-free communication.
Dateigröße 7.8 KB
Installationsanzahl 37
Aktuelle Version 2.0.0
Letztes Update 2023-11-24
Veröffentlichungsdatum 2023-11-17
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler https://udarax.me
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://www.buymeacoffee.com/ldudaraliym
URL der Datenschutzrichtlinien-Seite https://www.freeprivacypolicy.com/live/14ee8e8f-363b-4574-b3c6-851a0b80f637
Unterstützte Sprachen 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';"
    }
}