Twitch Live Monitor
Twitch TV extension to show the priority active favorite channels of as a notification to you.
ما هو Twitch Live Monitor؟
Twitch Live Monitor هو إضافة Chrome تم تطويرها بواسطة spddl، والميزة الرئيسية لها هي "Twitch TV extension to show the priority active favorite channels of as a notification to you.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitch Live Monitor
قم بتنزيل ملفات الامتداد Twitch Live Monitor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The idea to get notified about new Twitch channels comes from @Mike Chambers https://chrome.google.com/webstore/detail/iiljidcefnbhbpamageahhblhbbhhopm Twitch live Monitor also offers the possibility to be notified in real time when one of your 50 favorite streamers goes online on Twitch, everything about it is queried in a 2min interval. This is possible with the PubSub interface from Twitch (https://dev.twitch.tv/docs/pubsub) In addition, the style is in material design with dark mode so that it fits perfectly into the chrome.
معلومات أساسية عن التمديد
الاسم | Twitch Live Monitor |
ID | geckecbipnimmcefppeckcggceikjmjj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitch-live-monitor/geckecbipnimmcefppeckcggceikjmjj |
الوصف | Twitch TV extension to show the priority active favorite channels of as a notification to you. |
حجم الملف | 194 KB |
عدد التثبيتات | 24 |
النسخة الحالية | 0.0.35 |
آخر تحديث | 2021-03-17 |
تاريخ النشر | 2020-07-31 |
المطور | spddl |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/spddl/Twitch-Live-Monitor |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Twitch TV extension to show the priority active favorite channels of as a notification to you.", "version": "0.0.35", "name": "Twitch Live Monitor", "short_name": "Twitch Live Monitor", "homepage_url": "https:\/\/github.com\/spddl", "options_page": "options.html", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": "bw128px.png" }, "icons": { "128": "tw128px.png" }, "web_accessible_resources": [ "tw128px.png", "bw128px.png" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "https:\/\/*.twitch.tv\/", "https:\/\/twitch.tv\/", "tabs", "storage", "notifications" ] } |