No Chatbot

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

What is No Chatbot?

No Chatbot is a Chrome extension developed by https://nochatbot.com, and its main feature is "A tiny extension to block chat popup windows while browsing websites.".

Extension Screenshots

screenshot

Download No Chatbot Extension CRX File

Download No Chatbot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name No Chatbot No Chatbot
ID glooodmgpaijiolabhiomdcgajkjbhgi
Official URL https://chromewebstore.google.com/detail/no-chatbot/glooodmgpaijiolabhiomdcgajkjbhgi
Description A tiny extension to block chat popup windows while browsing websites.
File Size 18.81 KB
Installation Count 252
Current Version 1.0.1
Last Updated 2022-08-31
Publish Date 2022-06-30
Rating 1.50/5 Total 2 Ratings
Developer https://nochatbot.com
Email [email protected]
Payment Type free
Extension Website https://www.nochatbot.com
Supported Languages 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"
        }
    ]
}