WebChats Incognito mode

Blur out your private conversations on multiple web chat clients

O que é WebChats Incognito mode?

WebChats Incognito mode é uma extensão do Chrome desenvolvida por dcohenb, e sua principal característica é "Blur out your private conversations on multiple web chat clients".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão WebChats Incognito mode

Baixe arquivos de extensão WebChats Incognito mode 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

                        Put you online chats into incognito mode and hide your activity from people passing by your computer.
It will hide all content on screen showing it only when you hover with your mouse over it.
Simple and effective.
Currently supported chats: whatsapp, facebook & telegram                    

Informações Básicas da Extensão

Nome WebChats Incognito mode WebChats Incognito mode
ID lapmmaaniipbdelgagpdaplgfagojkfo
URL Oficial https://chromewebstore.google.com/detail/webchats-incognito-mode/lapmmaaniipbdelgagpdaplgfagojkfo
Descrição Blur out your private conversations on multiple web chat clients
Tamanho do Arquivo 69.52 KB
Contagem de Instalações 8,704
Versão Atual 1.0.8
Última Atualização 2018-03-24
Data de Publicação 2018-03-24
Classificação 3.74/5 Total de 47 Avaliações
Desenvolvedor dcohenb
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebChats Incognito mode",
    "short_name": "WebChats Incognito",
    "version": "1.0.8",
    "manifest_version": 2,
    "description": "Blur out your private conversations on multiple web chat clients",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "cs_0.js"
            ],
            "run_at": "document_end",
            "css": [
                "cs_0s.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.messenger.com\/*"
            ],
            "js": [
                "cs_1.js"
            ],
            "run_at": "document_end",
            "css": [
                "cs_1s.css"
            ]
        },
        {
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ],
            "js": [
                "cs_2.js"
            ],
            "run_at": "document_end",
            "css": [
                "cs_2s.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "author": "Daniel Cohen ",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    }
}