Hide Chatbots

Hide Chatbot Popups on Any Website

Hide Chatbotsคืออะไร?

Hide Chatbots เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tylerkennedy.co และคุณลักษณะหลักของมันคือ "Hide Chatbot Popups on Any Website"

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

screenshot
screenshot

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

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