Hide Chatbots

Hide Chatbot Popups on Any Website

Cos'è Hide Chatbots?

Hide Chatbots è un'estensione di Chrome sviluppata da https://tylerkennedy.co, e la sua funzione principale è "Hide Chatbot Popups on Any Website".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Hide Chatbots

Scarica i file di estensione Hide Chatbots in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hide Chatbots Hide Chatbots
ID lbnddkcjhflejhgfilgmecaalaglaipe
URL Ufficiale https://chromewebstore.google.com/detail/hide-chatbots/lbnddkcjhflejhgfilgmecaalaglaipe
Descrizione Hide Chatbot Popups on Any Website
Dimensione del File 7.14 KB
Conteggio Installazioni 43
Versione Corrente 1.0
Ultimo Aggiornamento 2022-09-11
Data di Pubblicazione 2022-09-10
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://tylerkennedy.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tylerkennedy.co
URL della Pagina di Aiuto https://tylerkennedy.co/contact
Lingue Supportate 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"
            ]
        }
    ]
}