Pop-Out Chat Blocker

Blocking pop-out chats on all or selected websites. No more obstructive Support Chats, useless Help Windows and others.

O que é Pop-Out Chat Blocker?

Pop-Out Chat Blocker é uma extensão do Chrome desenvolvida por AppDevelopment, e sua principal característica é "Blocking pop-out chats on all or selected websites. No more obstructive Support Chats, useless Help Windows and others.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pop-Out Chat Blocker

Baixe arquivos de extensão Pop-Out Chat Blocker 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

                        Pop-Out Chat Blocker removes chat pop-ups and helper windows from all websites you visit. Tired of annoying popups and tizzy sounds from chat windows almost on all websites? Add our Pop-Out Chat Blocker to your Chrome and forget about useless and bothering chat windows, help pop-ups, etc.
Use settings menu to customize your experience by adding trusted websites or enable blocking chats on all websites.                    

Informações Básicas da Extensão

Nome Pop-Out Chat Blocker Pop-Out Chat Blocker
ID cfikodnmhcfijllkkiaangekcocodgpo
URL Oficial https://chrome.google.com/webstore/detail/pop-out-chat-blocker/cfikodnmhcfijllkkiaangekcocodgpo
Descrição Blocking pop-out chats on all or selected websites. No more obstructive Support Chats, useless Help Windows and others.
Tamanho do Arquivo 26.12 KB
Contagem de Instalações 554
Versão Atual 1.0.2
Última Atualização 2021-02-08
Data de Publicação 2021-01-18
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor AppDevelopment
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://sites.google.com/view/pop-out-chatblocker
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.2",
    "minimum_chrome_version": "40",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon_16.png",
        "128": "img\/icon_128.png",
        "256": "img\/icon_256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png"
        },
        "default_popup": "\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "css\/*",
        "img\/*"
    ]
}