Bubble Blocker
Block those annoying chat bubbles.
Bubble Blockerとは何ですか?
Bubble Blockerはcassiewallaceによって開発されたChromeの拡張機能で、その主な機能は「Block those annoying chat bubbles.」です。
拡張機能のスクリーンショット
Bubble Blocker拡張機能のCRXファイルをダウンロード
Bubble Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Blocks the request for Intercom chat notifications. Future support for other chat types coming!
拡張機能の基本情報
名前 | Bubble Blocker |
ID | nloceglgimofmleddhebjgbedlodnbmf |
公式URL | https://chromewebstore.google.com/detail/bubble-blocker/nloceglgimofmleddhebjgbedlodnbmf |
説明 | Block those annoying chat bubbles. |
ファイルサイズ | 8.74 KB |
インストール数 | 39 |
現在のバージョン | 1.0 |
最終更新日 | 2018-06-02 |
公開日 | 2018-06-02 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | cassiewallace |
支払い方法 | free |
対応言語 | 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" } } |