Hide Chatbots

Hide Chatbot Popups on Any Website

Hide Chatbots là gì?

Hide Chatbots là một tiện ích mở rộng Chrome được phát triển bởi https://tylerkennedy.co, và tính năng chính của nó là "Hide Chatbot Popups on Any Website".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hide Chatbots

Tải xuống các tệp mở rộng Hide Chatbots dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hide Chatbots Hide Chatbots
ID lbnddkcjhflejhgfilgmecaalaglaipe
URL Chính Thức https://chromewebstore.google.com/detail/hide-chatbots/lbnddkcjhflejhgfilgmecaalaglaipe
Mô tả Hide Chatbot Popups on Any Website
Kích Thước Tệp 7.14 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-09-11
Ngày Phát Hành 2022-09-10
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://tylerkennedy.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tylerkennedy.co
URL Trang Trợ Giúp https://tylerkennedy.co/contact
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}