No Chatbot

A tiny extension to block chat popup windows while browsing websites.

Was ist No Chatbot?

No Chatbot ist eine Chrome-Erweiterung, die von https://nochatbot.com entwickelt wurde, und ihr Hauptmerkmal ist "A tiny extension to block chat popup windows while browsing websites.".

Erweiterungsscreenshots

screenshot

No Chatbot-Erweiterungs-CRX-Datei herunterladen

Laden Sie No Chatbot-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

                        Tired of chatbot popups and notification sounds in your browser? Yeah, us too. We created this tiny Chrome extension to help restore the peace while browsing.

We do our best to cover popular chatbot vendors. Feel free to shoot us a message below if you would like to have a specific vendor blocked.

Feedback: [email protected]

You can see currently blocked vendors on our website at: https://www.nochatbot.com                    

Grundlegende Informationen zur Erweiterung

Name No Chatbot No Chatbot
ID glooodmgpaijiolabhiomdcgajkjbhgi
Offizielle URL https://chromewebstore.google.com/detail/no-chatbot/glooodmgpaijiolabhiomdcgajkjbhgi
Beschreibung A tiny extension to block chat popup windows while browsing websites.
Dateigröße 18.81 KB
Installationsanzahl 252
Aktuelle Version 1.0.1
Letztes Update 2022-08-31
Veröffentlichungsdatum 2022-06-30
Bewertung 1.50/5 Insgesamt 2 Bewertungen
Entwickler https://nochatbot.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.nochatbot.com
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Chatbot",
    "description": "A tiny extension to block chat popup windows while browsing websites.",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "nochatbot.js"
            ],
            "run_at": "document_end"
        }
    ]
}