Hide Chatbots

Hide Chatbot Popups on Any Website

What is Hide Chatbots?

Hide Chatbots is a Chrome extension developed by https://tylerkennedy.co, and its main feature is "Hide Chatbot Popups on Any Website".

Extension Screenshots

screenshot
screenshot

Download Hide Chatbots Extension CRX File

Download Hide Chatbots 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

                        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.                    

Extension Basic Information

Name Hide Chatbots Hide Chatbots
ID lbnddkcjhflejhgfilgmecaalaglaipe
Official URL https://chromewebstore.google.com/detail/hide-chatbots/lbnddkcjhflejhgfilgmecaalaglaipe
Description Hide Chatbot Popups on Any Website
File Size 7.14 KB
Installation Count 43
Current Version 1.0
Last Updated 2022-09-11
Publish Date 2022-09-10
Rating 3.00/5 Total 2 Ratings
Developer https://tylerkennedy.co
Email [email protected]
Payment Type free
Extension Website https://tylerkennedy.co
Help Page URL https://tylerkennedy.co/contact
Supported Languages 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"
            ]
        }
    ]
}