No Chatbot

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

Wat is No Chatbot?

No Chatbot is een Chrome-extensie ontwikkeld door https://nochatbot.com, en de belangrijkste functie is "A tiny extension to block chat popup windows while browsing websites.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie No Chatbot

Download No Chatbot-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

                        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                    

Basisinformatie over de Extensie

Naam No Chatbot No Chatbot
ID glooodmgpaijiolabhiomdcgajkjbhgi
Officiële URL https://chromewebstore.google.com/detail/no-chatbot/glooodmgpaijiolabhiomdcgajkjbhgi
Beschrijving A tiny extension to block chat popup windows while browsing websites.
Bestandsgrootte 18.81 KB
Aantal Installaties 252
Huidige Versie 1.0.1
Laatst Bijgewerkt 2022-08-31
Publicatiedatum 2022-06-30
Beoordeling 1.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://nochatbot.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.nochatbot.com
Ondersteunde Talen 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"
        }
    ]
}