Bubble Blocker

Block those annoying chat bubbles.

ما هو Bubble Blocker؟

Bubble Blocker هو إضافة Chrome تم تطويرها بواسطة cassiewallace، والميزة الرئيسية لها هي "Block those annoying chat bubbles.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Bubble Blocker

قم بتنزيل ملفات الامتداد Bubble Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Blocks the request for Intercom chat notifications. 

Future support for other chat types coming!                    

معلومات أساسية عن التمديد

الاسم Bubble Blocker 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"
    }
}