WhatsApp Privacy Filter

Privacy Filter for WhatsApp Web

Qu'est-ce que WhatsApp Privacy Filter ?

WhatsApp Privacy Filter est une extension Chrome développée par Karcan Ozbal, et sa fonction principale est "Privacy Filter for WhatsApp Web".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WhatsApp Privacy Filter

Téléchargez les fichiers d'extension WhatsApp Privacy Filter 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

                        WhatsApp Privacy Filter

It provides privacy with blurring feature for WhatsApp Web ,
It is a harmless extension that open source.

GitHub: https://github.com/karcan/WhatsApp-Privacy-Filter
Patreon: https://www.patreon.com/karcan                    

Informations de Base sur l'Extension

Nom WhatsApp Privacy Filter WhatsApp Privacy Filter
ID ahfpnoapkdejcnemjejdfnipdjjbkkhg
URL Officiel https://chromewebstore.google.com/detail/whatsapp-privacy-filter/ahfpnoapkdejcnemjejdfnipdjjbkkhg
Description Privacy Filter for WhatsApp Web
Taille du Fichier 29.72 KB
Nombre d'Installations 118
Version Actuelle 2.3
Dernière Mise à Jour 2023-04-22
Date de Publication 2023-04-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur Karcan Ozbal
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_title__",
    "description": "__MSG_app_description__",
    "short_name": "__MSG_app_title_short__",
    "default_locale": "en",
    "version": "2.3",
    "background": {
        "service_worker": "app\/background\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "app\/public\/logo-new.png",
        "48": "app\/public\/logo-new.png",
        "128": "app\/public\/logo-new.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/web.whatsapp.com\/*"
    ],
    "action": {
        "default_icon": "app\/public\/logo-new.png",
        "default_popup": "app\/public\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "app\/background\/contentScripts\/content.js",
                "app\/background\/contentStyles\/blur\/chatBoxMessageBox.css",
                "app\/background\/contentStyles\/blur\/chatBoxTitle.css",
                "app\/background\/contentStyles\/blur\/myAvatar.css",
                "app\/background\/contentStyles\/blur\/recentMessageAvatar.css",
                "app\/background\/contentStyles\/blur\/recentMessageContent.css",
                "app\/background\/contentStyles\/screen\/fullScreen.css"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/web.whatsapp.com\/*"
        ]
    }
}