Liver

Check if your favorite VTuber is live!

ما هو Liver؟

Liver هو إضافة Chrome تم تطويرها بواسطة Ziga Macele، والميزة الرئيسية لها هي "Check if your favorite VTuber is live!".

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

screenshot
screenshot

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

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

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

                        Liver is a Chrome extension powered by Holodex API that lets you quickly check if your favorite Liver is streaming. 
Liver is designed to be a fast and simple way to check Livers stream status.                    

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

الاسم Liver Liver
ID pjnhlmepkmjikjjmbaiabncnhcbkphfh
عنوان URL الرسمي https://chromewebstore.google.com/detail/liver/pjnhlmepkmjikjjmbaiabncnhcbkphfh
الوصف Check if your favorite VTuber is live!
حجم الملف 235 KB
عدد التثبيتات 1,383
النسخة الحالية 0.1.53
آخر تحديث 2023-11-25
تاريخ النشر 2023-03-08
تقييم 4.76/5 مجموع تقييمات 17
المطور Ziga Macele
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/zigamacele/liver
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Liver",
    "description": "Check if your favorite VTuber is live!",
    "version": "0.1.53",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "Liver",
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}