Whatsapp Privacy Protector

Keep your messages private and enjoy worry-free communication.

Qu'est-ce que Whatsapp Privacy Protector ?

Whatsapp Privacy Protector est une extension Chrome développée par https://udarax.me, et sa fonction principale est "Keep your messages private and enjoy worry-free communication.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Whatsapp Privacy Protector

Téléchargez les fichiers d'extension Whatsapp Privacy Protector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Whatsapp Privacy Protector Whatsapp Privacy Protector
ID cneccnkgecmpaddceljcjfhfejflcjjh
URL Officiel https://chromewebstore.google.com/detail/whatsapp-privacy-protecto/cneccnkgecmpaddceljcjfhfejflcjjh
Description Keep your messages private and enjoy worry-free communication.
Taille du Fichier 7.8 KB
Nombre d'Installations 37
Version Actuelle 2.0.0
Dernière Mise à Jour 2023-11-24
Date de Publication 2023-11-17
Évaluation 5.00/5 Total 7 Évaluations
Développeur https://udarax.me
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.buymeacoffee.com/ldudaraliym
URL de la Page de Politique de Confidentialité https://www.freeprivacypolicy.com/live/14ee8e8f-363b-4574-b3c6-851a0b80f637
Langues Prises en Charge 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';"
    }
}