Bubble Blocker

Block those annoying chat bubbles.

What is Bubble Blocker?

Bubble Blocker is a Chrome extension developed by cassiewallace, and its main feature is "Block those annoying chat bubbles.".

Extension Screenshots

screenshot

Download Bubble Blocker Extension CRX File

Download Bubble Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Blocks the request for Intercom chat notifications. 

Future support for other chat types coming!                    

Extension Basic Information

Name Bubble Blocker Bubble Blocker
ID nloceglgimofmleddhebjgbedlodnbmf
Official URL https://chromewebstore.google.com/detail/bubble-blocker/nloceglgimofmleddhebjgbedlodnbmf
Description Block those annoying chat bubbles.
File Size 8.74 KB
Installation Count 39
Current Version 1.0
Last Updated 2018-06-02
Publish Date 2018-06-02
Rating 5.00/5 Total 4 Ratings
Developer cassiewallace
Payment Type free
Supported Languages 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"
    }
}