Hide Chatbots

Hide Chatbot Popups on Any Website

Wat is Hide Chatbots?

Hide Chatbots is een Chrome-extensie ontwikkeld door https://tylerkennedy.co, en de belangrijkste functie is "Hide Chatbot Popups on Any Website".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Hide Chatbots

Download Hide Chatbots-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hide Chatbots Hide Chatbots
ID lbnddkcjhflejhgfilgmecaalaglaipe
Officiële URL https://chromewebstore.google.com/detail/hide-chatbots/lbnddkcjhflejhgfilgmecaalaglaipe
Beschrijving Hide Chatbot Popups on Any Website
Bestandsgrootte 7.14 KB
Aantal Installaties 43
Huidige Versie 1.0
Laatst Bijgewerkt 2022-09-11
Publicatiedatum 2022-09-10
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://tylerkennedy.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tylerkennedy.co
Help Pagina-URL https://tylerkennedy.co/contact
Ondersteunde Talen 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"
            ]
        }
    ]
}