Ryu7z Live Notification

Crée une notification lorsque Ryu7z est en live.

ما هو Ryu7z Live Notification؟

Ryu7z Live Notification هو إضافة Chrome تم تطويرها بواسطة Leoche، والميزة الرئيسية لها هي "Crée une notification lorsque Ryu7z est en live.".

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

screenshot
screenshot

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

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

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

                        Crée une notification lorsque Ryu7z est en live. Cette extension vérifie toutes les cinq minutes et crée une notification sur chrome pour prévenir du live, cliquer sur la notification ouvre un lien vers le stream officiel de Ryu7z sur Youtube.com.                    

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

الاسم Ryu7z Live Notification Ryu7z Live Notification
ID lkffcdglkefdfefikeibnenagngpknii
عنوان URL الرسمي https://chromewebstore.google.com/detail/ryu7z-live-notification/lkffcdglkefdfefikeibnenagngpknii
الوصف Crée une notification lorsque Ryu7z est en live.
حجم الملف 610 KB
عدد التثبيتات 87
النسخة الحالية 0.1.1
آخر تحديث 2023-06-29
تاريخ النشر 2021-07-21
تقييم 5.00/5 مجموع تقييمات 4
المطور Leoche
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ryu7z Live Notification",
    "version": "0.1.1",
    "manifest_version": 3,
    "description": "Cr\u00e9e une notification lorsque Ryu7z est en live.",
    "homepage_url": "https:\/\/leodesigaux.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "permissions": [
        "notifications",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/kick.com\/*"
    ]
}