Bubble Blocker

Block those annoying chat bubbles.

Vad är Bubble Blocker?

Bubble Blocker är en Chrome-tillägg utvecklad av cassiewallace, och dess huvudfunktion är "Block those annoying chat bubbles.".

Tilläggsskärmbilder

screenshot

Ladda ner Bubble Blocker-förlängningens CRX-fil

Ladda ner Bubble Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Blocks the request for Intercom chat notifications. 

Future support for other chat types coming!                    

Grundläggande Information om Tillägg

Namn Bubble Blocker Bubble Blocker
ID nloceglgimofmleddhebjgbedlodnbmf
Officiell webbadress https://chromewebstore.google.com/detail/bubble-blocker/nloceglgimofmleddhebjgbedlodnbmf
Beskrivning Block those annoying chat bubbles.
Filstorlek 8.74 KB
Antal Installationer 39
Aktuell Version 1.0
Senast Uppdaterad 2018-06-02
Publiceringsdatum 2018-06-02
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare cassiewallace
Betalningssätt free
Stödda Språk 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"
    }
}