OnlineTTV

Extension showing the list of active followed channels.

ما هو OnlineTTV؟

OnlineTTV هو إضافة Chrome تم تطويرها بواسطة Mego، والميزة الرئيسية لها هي "Extension showing the list of active followed channels.".

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

screenshot

تحميل ملف CRX للإضافة OnlineTTV

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

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

                        OnlineTTV is an extension that will greatly improve the way you manage your favorite Twitch streams.
You can view the active channels of your favorite streamers.
Now you can get the status of your favorite streams in one place.
Fast and convenient!                    

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

الاسم OnlineTTV OnlineTTV
ID becfleolohnaegiedeidikdfndkdcjcm
عنوان URL الرسمي https://chromewebstore.google.com/detail/onlinettv/becfleolohnaegiedeidikdfndkdcjcm
الوصف Extension showing the list of active followed channels.
حجم الملف 29.01 KB
عدد التثبيتات 38
النسخة الحالية 1.5.0
آخر تحديث 2022-06-06
تاريخ النشر 2022-03-21
تقييم 5.00/5 مجموع تقييمات 5
المطور Mego
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://megomvs.github.io/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OnlineTTV",
    "version": "1.5.0",
    "description": "Extension showing the list of active followed channels.",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "49": "icon.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/megomvs.github.io\/"
    ]
}