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…
O que é Twitch Game Switch Notify?
Twitch Game Switch Notify é uma extensão do Chrome desenvolvida por Bill Hedworth, e sua principal característica é "Bored of your variety streamers current game? This will trigger a chrome notification when they switch game leaving you to view…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitch Game Switch Notify
Baixe arquivos de extensão Twitch Game Switch Notify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Twitch Game Switch Notify |
ID | gkomcllbmedmgddnddobdijddjabfcdj |
URL Oficial | https://chromewebstore.google.com/detail/twitch-game-switch-notify/gkomcllbmedmgddnddobdijddjabfcdj |
Descrição | Bored of your variety streamers current game? This will trigger a chrome notification when they switch game leaving you to view… |
Tamanho do Arquivo | 1.25 MB |
Contagem de Instalações | 32 |
Versão Atual | 0.1.7 |
Última Atualização | 2018-06-17 |
Data de Publicação | 2018-06-17 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Bill Hedworth |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Bigsy/twitchnotify |
Idiomas Suportados | 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 } |