Bubble Blocker

Block those annoying chat bubbles.

Bubble Blocker là gì?

Bubble Blocker là một tiện ích mở rộng Chrome được phát triển bởi cassiewallace, và tính năng chính của nó là "Block those annoying chat bubbles.".

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

screenshot

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

Tải xuống các tệp mở rộng Bubble Blocker 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

                        Blocks the request for Intercom chat notifications. 

Future support for other chat types coming!                    

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

Tên Bubble Blocker Bubble Blocker
ID nloceglgimofmleddhebjgbedlodnbmf
URL Chính Thức https://chromewebstore.google.com/detail/bubble-blocker/nloceglgimofmleddhebjgbedlodnbmf
Mô tả Block those annoying chat bubbles.
Kích Thước Tệp 8.74 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-06-02
Ngày Phát Hành 2018-06-02
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển cassiewallace
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bubble Blocker",
    "short_name": "Bubble Blocker",
    "version": "1.0",
    "description": "Block those annoying chat bubbles.",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/js.intercomcdn.com\/*"
    ],
    "background": {
        "scripts": [
            "blocker.js"
        ],
        "persistent": true
    },
    "manifest_version": 2,
    "icons": {
        "128": "bubbleblocker-icon.png"
    }
}