No Chatbot

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

No Chatbotとは何ですか?

No Chatbotはhttps://nochatbot.comによって開発されたChromeの拡張機能で、その主な機能は「A tiny extension to block chat popup windows while browsing websites.」です。

拡張機能のスクリーンショット

screenshot

No Chatbot拡張機能のCRXファイルをダウンロード

No Chatbot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 No Chatbot No Chatbot
ID glooodmgpaijiolabhiomdcgajkjbhgi
公式URL https://chromewebstore.google.com/detail/no-chatbot/glooodmgpaijiolabhiomdcgajkjbhgi
説明 A tiny extension to block chat popup windows while browsing websites.
ファイルサイズ 18.81 KB
インストール数 252
現在のバージョン 1.0.1
最終更新日 2022-08-31
公開日 2022-06-30
評価 1.50/5 合計 2 レビュー
開発者 https://nochatbot.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.nochatbot.com
対応言語 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"
        }
    ]
}