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
官方網址 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
電子郵箱 [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"
        }
    ]
}