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
官方網址 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"
            ]
        }
    ]
}