Bubble Blocker

Block those annoying chat bubbles.

什麼是Bubble Blocker?

Bubble Blocker是由cassiewallace開發的Chrome擴展程式,該擴展的主要功能是“Block those annoying chat bubbles.”。

擴展截圖

screenshot

下載Bubble Blocker擴展crx文件

下載Bubble Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Blocks the request for Intercom chat notifications. 

Future support for other chat types coming!                    

擴展基本資訊

名稱 Bubble Blocker Bubble Blocker
ID nloceglgimofmleddhebjgbedlodnbmf
官方網址 https://chromewebstore.google.com/detail/bubble-blocker/nloceglgimofmleddhebjgbedlodnbmf
簡介 Block those annoying chat bubbles.
檔案大小 8.74 KB
安裝次數 39
目前版本 1.0
更新時間 2018-06-02
上架時間 2018-06-02
評分 5.00/5 共 4 次評分
開發者 cassiewallace
付費類型 free
支援的語言 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"
    }
}