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
官方URL 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"
    }
}