Bubble Blocker
Block those annoying chat bubbles.
Bubble Blockerคืออะไร?
Bubble Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cassiewallace และคุณลักษณะหลักของมันคือ "Block those annoying chat bubbles."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bubble Blocker
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |