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 Bill Hedworth द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bored of your variety streamers current game? This will trigger a chrome notification when they switch game leaving you to view…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitch Game Switch Notify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |