Zydar Live

Notifie lorsque Zydar est en LIVE !

ما هو Zydar Live؟

Zydar Live هو إضافة Chrome تم تطويرها بواسطة Skarneur، والميزة الرئيسية لها هي "Notifie lorsque Zydar est en LIVE !".

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

screenshot

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

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

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

                        Pour savoir dès que je suis en live, télécharge mon extension !                    

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

الاسم Zydar Live Zydar Live
ID nemhlgbjgijlmioajojakndfjhgfkdnh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/zydar-live/nemhlgbjgijlmioajojakndfjhgfkdnh
الوصف Notifie lorsque Zydar est en LIVE !
حجم الملف 353 KB
عدد التثبيتات 56
النسخة الحالية 3.3
آخر تحديث 2019-11-14
تاريخ النشر 2019-11-14
تقييم 5.00/5 مجموع تقييمات 2
المطور Skarneur
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة fr
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "assets\/js\/jquery.js",
            "assets\/js\/notifications.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/img\/offline.png",
        "default_popup": "popup\/index.html",
        "default_title": "Zydar - Hors-Ligne"
    },
    "description": "Notifie lorsque Zydar est en LIVE !",
    "icons": {
        "128": "assets\/img\/logo_mini.png"
    },
    "manifest_version": 2,
    "name": "Zydar Live",
    "permissions": [
        "background",
        "https:\/\/api.twitch.tv\/kraken\/streams?channel=*",
        "*:\/\/*.googleapis.com\/*",
        "notifications",
        "storage"
    ],
    "short_name": "Zydar Live",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.3"
}