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…
Wat is Twitch Game Switch Notify?
Twitch Game Switch Notify is een Chrome-extensie ontwikkeld door Bill Hedworth, en de belangrijkste functie is "Bored of your variety streamers current game? This will trigger a chrome notification when they switch game leaving you to view…".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Game Switch Notify
Download Twitch Game Switch Notify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Twitch Game Switch Notify |
ID | gkomcllbmedmgddnddobdijddjabfcdj |
Officiële URL | https://chromewebstore.google.com/detail/twitch-game-switch-notify/gkomcllbmedmgddnddobdijddjabfcdj |
Beschrijving | Bored of your variety streamers current game? This will trigger a chrome notification when they switch game leaving you to view… |
Bestandsgrootte | 1.25 MB |
Aantal Installaties | 32 |
Huidige Versie | 0.1.7 |
Laatst Bijgewerkt | 2018-06-17 |
Publicatiedatum | 2018-06-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Bill Hedworth |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Bigsy/twitchnotify |
Ondersteunde Talen | 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 } |