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…

Qu'est-ce que Twitch Game Switch Notify ?

Twitch Game Switch Notify est une extension Chrome développée par Bill Hedworth, et sa fonction principale est "Bored of your variety streamers current game? This will trigger a chrome notification when they switch game leaving you to view…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitch Game Switch Notify

Téléchargez les fichiers d'extension Twitch Game Switch Notify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Twitch Game Switch Notify Twitch Game Switch Notify
ID gkomcllbmedmgddnddobdijddjabfcdj
URL Officiel https://chromewebstore.google.com/detail/twitch-game-switch-notify/gkomcllbmedmgddnddobdijddjabfcdj
Description Bored of your variety streamers current game? This will trigger a chrome notification when they switch game leaving you to view…
Taille du Fichier 1.25 MB
Nombre d'Installations 32
Version Actuelle 0.1.7
Dernière Mise à Jour 2018-06-17
Date de Publication 2018-06-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur Bill Hedworth
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Bigsy/twitchnotify
Langues Prises en Charge 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
}