No Chatbot

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

Qu'est-ce que No Chatbot ?

No Chatbot est une extension Chrome développée par https://nochatbot.com, et sa fonction principale est "A tiny extension to block chat popup windows while browsing websites.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension No Chatbot

Téléchargez les fichiers d'extension No Chatbot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom No Chatbot No Chatbot
ID glooodmgpaijiolabhiomdcgajkjbhgi
URL Officiel https://chromewebstore.google.com/detail/no-chatbot/glooodmgpaijiolabhiomdcgajkjbhgi
Description A tiny extension to block chat popup windows while browsing websites.
Taille du Fichier 18.81 KB
Nombre d'Installations 252
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-08-31
Date de Publication 2022-06-30
Évaluation 1.50/5 Total 2 Évaluations
Développeur https://nochatbot.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.nochatbot.com
Langues Prises en Charge 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"
        }
    ]
}