Twitch Game Switch Notify
Bored of your variety streamers current game? This will trigger a chrome notification when they switch game leaving you to view…
ما هو Twitch Game Switch Notify؟
Twitch Game Switch Notify هو إضافة Chrome تم تطويرها بواسطة Bill Hedworth، والميزة الرئيسية لها هي "Bored of your variety streamers current game? This will trigger a chrome notification when they switch game leaving you to view…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitch Game Switch Notify
قم بتنزيل ملفات الامتداد Twitch Game Switch Notify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Bored of your variety streamers current game? This will trigger a chrome notification when they switch game leaving you to view someone else or maybe do something more constructive in the mean time. PLEASE NOTE: You will need the twitch stream open in a tab (doesn't need focus) but you do not need the stream playing if you don't want, you can pause the video as the extension just watches for the game title text on this page to change. You can also turn the extension on and off with the toolbar button.
معلومات أساسية عن التمديد
الاسم | Twitch Game Switch Notify |
ID | gkomcllbmedmgddnddobdijddjabfcdj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitch-game-switch-notify/gkomcllbmedmgddnddobdijddjabfcdj |
الوصف | Bored of your variety streamers current game? This will trigger a chrome notification when they switch game leaving you to view… |
حجم الملف | 1.25 MB |
عدد التثبيتات | 32 |
النسخة الحالية | 0.1.7 |
آخر تحديث | 2018-06-17 |
تاريخ النشر | 2018-06-17 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Bill Hedworth |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Bigsy/twitchnotify |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Game Switch Notify", "version": "0.1.7", "browser_action": { "default_icon": { "19": "images\/twitch19gc.png", "38": "images\/twitch38gc.png" } }, "icons": { "16": "images\/twitch16gc.png", "48": "images\/twitch48gc.png", "128": "images\/twitch128goc.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*", "https:\/\/static-cdn.jtvnw.net\/*" ], "js": [ "compiled\/content-script.js" ], "run_at": "document_end" } ], "background": { "page": "background.html", "persistent": false }, "permissions": [ "storage", "notifications" ], "manifest_version": 2 } |