Akytio Live Extension

Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible

ما هو Akytio Live Extension؟

Akytio Live Extension هو إضافة Chrome تم تطويرها بواسطة Mikael، والميزة الرئيسية لها هي "Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible".

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

screenshot
screenshot

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

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

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

                        Ne ratez plus aucunes vidéos et streams de Akytio grâce à cette extension ! 
Téléchargez l'extension pour Google Chrome, l'icône changera et vous recevrez une notification dès qu'un live sera lancé ou qu'une nouvelle vidéo est disponible !                    

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

الاسم Akytio Live Extension Akytio Live Extension
ID dpnlamefhphdpnclagpadfiblpbidaop
عنوان URL الرسمي https://chromewebstore.google.com/detail/akytio-live-extension/dpnlamefhphdpnclagpadfiblpbidaop
الوصف Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible
حجم الملف 1.55 MB
عدد التثبيتات 131
النسخة الحالية 1.2.5
آخر تحديث 2020-12-18
تاريخ النشر 2020-04-18
تقييم 5.00/5 مجموع تقييمات 1
المطور Mikael
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Morales Mikael",
    "name": "Akytio Live Extension",
    "description": "Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible",
    "version": "1.2.5",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "img\/icon_128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/utils\/jquery.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "config\/config.json"
    ],
    "permissions": [
        "notifications",
        "storage",
        "background",
        "https:\/\/api.twitch.tv\/*",
        "https:\/\/www.googleapis.com\/youtube\/v3\/*",
        "https:\/\/i.ytimg.com\/*"
    ]
}