Bubble Blocker
Block those annoying chat bubbles.
Apa itu Bubble Blocker?
Bubble Blocker adalah ekstensi Chrome yang dikembangkan oleh cassiewallace, dan fitur utamanya adalah "Block those annoying chat bubbles.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bubble Blocker
Unduh file ekstensi Bubble Blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Blocks the request for Intercom chat notifications. Future support for other chat types coming!
Informasi Dasar Ekstensi
Nama | Bubble Blocker |
ID | nloceglgimofmleddhebjgbedlodnbmf |
URL Resmi | https://chromewebstore.google.com/detail/bubble-blocker/nloceglgimofmleddhebjgbedlodnbmf |
Deskripsi | Block those annoying chat bubbles. |
Ukuran File | 8.74 KB |
Jumlah Instalasi | 39 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-06-02 |
Tanggal Publikasi | 2018-06-02 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | cassiewallace |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |