Twitch Live Sratuke

Vous notifie lorsque Sratuke est en live

ما هو Twitch Live Sratuke؟

Twitch Live Sratuke هو إضافة Chrome تم تطويرها بواسطة Jyben، والميزة الرئيسية لها هي "Vous notifie lorsque Sratuke est en live".

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

screenshot

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

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

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

                        Vous notifie lorsque Sratuke est en live.                    

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

الاسم Twitch Live Sratuke Twitch Live Sratuke
ID gdhbppdfpgjgbepdbgiaehnobliaakhd
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitch-live-sratuke/gdhbppdfpgjgbepdbgiaehnobliaakhd
الوصف Vous notifie lorsque Sratuke est en live
حجم الملف 169 KB
عدد التثبيتات 29
النسخة الحالية 2.0.4
آخر تحديث 2020-05-01
تاريخ النشر 2020-05-01
تقييم 5.00/5 مجموع تقييمات 2
المطور Jyben
نوع الدفع free
اللغات المدعومة fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Live Sratuke",
    "description": "Vous notifie lorsque Sratuke est en live",
    "version": "2.0.4",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "js\/twitchalert.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.3.1\/jquery.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.14.3\/umd\/popper.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.1.3\/js\/bootstrap.min.js object-src 'self'"
}