Bubble Blocker
Block those annoying chat bubbles.
Co to jest Bubble Blocker?
Bubble Blocker to rozszerzenie Chrome opracowane przez cassiewallace, a jego główną funkcją jest „Block those annoying chat bubbles.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bubble Blocker
Pobierz pliki rozszerzeń Bubble Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Blocks the request for Intercom chat notifications. Future support for other chat types coming!
Podstawowe informacje o rozszerzeniu
Nazwa | Bubble Blocker |
ID | nloceglgimofmleddhebjgbedlodnbmf |
Oficjalny URL | https://chromewebstore.google.com/detail/bubble-blocker/nloceglgimofmleddhebjgbedlodnbmf |
Opis | Block those annoying chat bubbles. |
Rozmiar pliku | 8.74 KB |
Liczba instalacji | 39 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-06-02 |
Data Publikacji | 2018-06-02 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | cassiewallace |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |