Bubble Blocker
Block those annoying chat bubbles.
Wat is Bubble Blocker?
Bubble Blocker is een Chrome-extensie ontwikkeld door cassiewallace, en de belangrijkste functie is "Block those annoying chat bubbles.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bubble Blocker
Download Bubble Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Blocks the request for Intercom chat notifications.
Future support for other chat types coming! Basisinformatie over de Extensie
| Naam | |
| ID | nloceglgimofmleddhebjgbedlodnbmf |
| Officiële URL | https://chromewebstore.google.com/detail/bubble-blocker/nloceglgimofmleddhebjgbedlodnbmf |
| Beschrijving | Block those annoying chat bubbles. |
| Bestandsgrootte | 8.74 KB |
| Aantal Installaties | 39 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2018-06-02 |
| Publicatiedatum | 2018-06-02 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | cassiewallace |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |