Hide Chatbots

Hide Chatbot Popups on Any Website

什么是Hide Chatbots?

Hide Chatbots是由https://tylerkennedy.co开发的Chrome扩展程序,该扩展的主要功能是“Hide Chatbot Popups on Any Website”。

扩展截图

screenshot
screenshot

下载Hide Chatbots扩展crx文件

下载Hide Chatbots扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Hide Chatbots Hide Chatbots
ID lbnddkcjhflejhgfilgmecaalaglaipe
官方URL https://chromewebstore.google.com/detail/hide-chatbots/lbnddkcjhflejhgfilgmecaalaglaipe
简介 Hide Chatbot Popups on Any Website
文件大小 7.14 KB
安装次数 43
当前版本 1.0
更新时间 2022-09-11
上架时间 2022-09-10
评分 3.00/5 共2次评分
开发者 https://tylerkennedy.co
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tylerkennedy.co
帮助页面URL https://tylerkennedy.co/contact
支持的语言 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"
            ]
        }
    ]
}