Chap Live

Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.

ما هو Chap Live؟

Chap Live هو إضافة Chrome تم تطويرها بواسطة https://kocal.fr، والميزة الرئيسية لها هي "Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Chap Live

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

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

                        Chap Live
========

Notifie l'utilisateur si le streamer Chap est actuellement en train de stream sur la plateforme Twitch.                    

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

الاسم Chap Live Chap Live
ID iaejfilcnojdfdmpdcnplleophhfnbcn
عنوان URL الرسمي https://chromewebstore.google.com/detail/chap-live/iaejfilcnojdfdmpdcnplleophhfnbcn
الوصف Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.
حجم الملف 47.48 KB
عدد التثبيتات 37
النسخة الحالية 0.1.0
آخر تحديث 2018-05-10
تاريخ النشر 2018-05-10
تقييم 5.00/5 مجموع تقييمات 1
المطور https://kocal.fr
نوع الدفع free
موقع الإضافة https://github.com/Kocal/Chap-Live
اللغات المدعومة fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chap Live",
    "description": "Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.",
    "version": "0.1.0",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/"
    ],
    "browser_action": {
        "default_title": "Chap Live",
        "default_icon": {
            "48": "icons\/icon_48.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}