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
Eメール [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"
            ]
        }
    ]
}