Hide Chatbots

Hide Chatbot Popups on Any Website

O que é Hide Chatbots?

Hide Chatbots é uma extensão do Chrome desenvolvida por https://tylerkennedy.co, e sua principal característica é "Hide Chatbot Popups on Any Website".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Hide Chatbots

Baixe arquivos de extensão Hide Chatbots 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

                        Popup chatbots are on websites all across the internet. Most of the time, these chatbots are annoying and get in the way while you are browsing the internet. 

The Hide Chatbots Extension hides the most widely used chatbot services from every website you visit. Say goodbye to annoying chatbot popups covering half of your screen.                    

Informações Básicas da Extensão

Nome Hide Chatbots Hide Chatbots
ID lbnddkcjhflejhgfilgmecaalaglaipe
URL Oficial https://chromewebstore.google.com/detail/hide-chatbots/lbnddkcjhflejhgfilgmecaalaglaipe
Descrição Hide Chatbot Popups on Any Website
Tamanho do Arquivo 7.14 KB
Contagem de Instalações 43
Versão Atual 1.0
Última Atualização 2022-09-11
Data de Publicação 2022-09-10
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://tylerkennedy.co
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://tylerkennedy.co
URL da Página de Ajuda https://tylerkennedy.co/contact
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Chatbots",
    "description": "Hide Chatbot Popups on Any Website",
    "version": "1.0",
    "icons": {
        "48": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "Hide Chatbots"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}