WhatsApp Privacy Filter

Privacy Filter for WhatsApp Web

O que é WhatsApp Privacy Filter?

WhatsApp Privacy Filter é uma extensão do Chrome desenvolvida por Karcan Ozbal, e sua principal característica é "Privacy Filter for WhatsApp Web".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão WhatsApp Privacy Filter

Baixe arquivos de extensão WhatsApp Privacy Filter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome WhatsApp Privacy Filter WhatsApp Privacy Filter
ID ahfpnoapkdejcnemjejdfnipdjjbkkhg
URL Oficial https://chromewebstore.google.com/detail/whatsapp-privacy-filter/ahfpnoapkdejcnemjejdfnipdjjbkkhg
Descrição Privacy Filter for WhatsApp Web
Tamanho do Arquivo 29.72 KB
Contagem de Instalações 118
Versão Atual 2.3
Última Atualização 2023-04-22
Data de Publicação 2023-04-19
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Karcan Ozbal
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
        ]
    }
}