Twitch Live Extension
A browser extension that lists your live followed streamers and sends notifications when they start a new stream
ما هو Twitch Live Extension؟
Twitch Live Extension هو إضافة Chrome تم تطويرها بواسطة Pedro Silva، والميزة الرئيسية لها هي "A browser extension that lists your live followed streamers and sends notifications when they start a new stream".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitch Live Extension
قم بتنزيل ملفات الامتداد Twitch Live Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
To start using it, open it, log in with your Twitch account so that the extension has access only to your public information and your follows, and, every time you click on the extension icon, you will see the streamers that you follow that are live. This extension supports *Just Went Live* notifications. If you want to enable them, open the extension, go to *Settings* and enable the Just Went Live notifications. There's also a button to log out from your Twitch account. Special thanks to everyone that helped test this extension: https://github.com/PedroS11/twitch-live-extension#contribution
معلومات أساسية عن التمديد
الاسم | |
ID | nlnfdlcbnpafokhpjfffmoobbejpedgj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitch-live-extension/nlnfdlcbnpafokhpjfffmoobbejpedgj |
الوصف | A browser extension that lists your live followed streamers and sends notifications when they start a new stream |
حجم الملف | 143 KB |
عدد التثبيتات | 10,126 |
النسخة الحالية | 4.2.1 |
آخر تحديث | 2023-09-27 |
تاريخ النشر | 2020-10-13 |
تقييم | 4.49/5 مجموع تقييمات 59 |
المطور | Pedro Silva |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/PedroS11/twitch-live-extension |
عنوان صفحة المساعدة | https://github.com/PedroS11/twitch-live-extension/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitch Live Extension", "description": "A browser extension that lists your live followed streamers and sends notifications when they start a new stream", "version": "4.2.1", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_popup": "index.html", "default_title": "Twitch Live Extension", "default_icon": "icon.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/id.twitch.tv\/oauth2\/*", "https:\/\/api.twitch.tv\/helix\/*" ], "permissions": [ "identity", "notifications", "alarms", "storage", "idle" ] } |