No Chatbot

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

No Chatbotคืออะไร?

No Chatbot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nochatbot.com และคุณลักษณะหลักของมันคือ "A tiny extension to block chat popup windows while browsing websites."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No Chatbot

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        }
    ]
}