Hide Chatbots

Hide Chatbot Popups on Any Website

Was ist Hide Chatbots?

Hide Chatbots ist eine Chrome-Erweiterung, die von https://tylerkennedy.co entwickelt wurde, und ihr Hauptmerkmal ist "Hide Chatbot Popups on Any Website".

Erweiterungsscreenshots

screenshot
screenshot

Hide Chatbots-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hide Chatbots-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Hide Chatbots Hide Chatbots
ID lbnddkcjhflejhgfilgmecaalaglaipe
Offizielle URL https://chromewebstore.google.com/detail/hide-chatbots/lbnddkcjhflejhgfilgmecaalaglaipe
Beschreibung Hide Chatbot Popups on Any Website
Dateigröße 7.14 KB
Installationsanzahl 43
Aktuelle Version 1.0
Letztes Update 2022-09-11
Veröffentlichungsdatum 2022-09-10
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://tylerkennedy.co
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://tylerkennedy.co
Hilfeseite URL https://tylerkennedy.co/contact
Unterstützte Sprachen 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"
            ]
        }
    ]
}