Are They Live?
This simple extension checks to see if your favorite Twitch streamer is live.
ما هو Are They Live?؟
Are They Live? هو إضافة Chrome تم تطويرها بواسطة JakeRYW، والميزة الرئيسية لها هي "This simple extension checks to see if your favorite Twitch streamer is live.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Are They Live?
قم بتنزيل ملفات الامتداد Are They Live? بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Want to see if your favorite streamer is live right from the toolbar? Get this simple, minimalistic extension and you're one click away from all the important information you need.
معلومات أساسية عن التمديد
الاسم | |
ID | pcdpfbneefmefjmmbhmgfgcciefpiaem |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/are-they-live/pcdpfbneefmefjmmbhmgfgcciefpiaem |
الوصف | This simple extension checks to see if your favorite Twitch streamer is live. |
حجم الملف | 4.1 MB |
عدد التثبيتات | 548 |
النسخة الحالية | 2.7 |
آخر تحديث | 2020-05-31 |
تاريخ النشر | 2020-05-31 |
تقييم | 4.10/5 مجموع تقييمات 10 |
المطور | JakeRYW |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Are They Live?", "version": "2.7", "description": "This simple extension checks to see if your favorite Twitch streamer is live.", "options_page": "options.html", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |