Bubble Blocker

Block those annoying chat bubbles.

Cos'è Bubble Blocker?

Bubble Blocker è un'estensione di Chrome sviluppata da cassiewallace, e la sua funzione principale è "Block those annoying chat bubbles.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bubble Blocker

Scarica i file di estensione Bubble Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Blocks the request for Intercom chat notifications. 

Future support for other chat types coming!                    

Informazioni di Base sull'Estensione

Nome Bubble Blocker Bubble Blocker
ID nloceglgimofmleddhebjgbedlodnbmf
URL Ufficiale https://chromewebstore.google.com/detail/bubble-blocker/nloceglgimofmleddhebjgbedlodnbmf
Descrizione Block those annoying chat bubbles.
Dimensione del File 8.74 KB
Conteggio Installazioni 39
Versione Corrente 1.0
Ultimo Aggiornamento 2018-06-02
Data di Pubblicazione 2018-06-02
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore cassiewallace
Tipo di Pagamento free
Lingue Supportate 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"
    }
}