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…

Co je Twitch Game Switch Notify?

Twitch Game Switch Notify je rozšíření Chrome vyvinuté Bill Hedworth, a jeho hlavní funkcí je „Bored of your variety streamers current game? This will trigger a chrome notification when they switch game leaving you to view…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Twitch Game Switch Notify

Stáhněte si soubory rozšíření Twitch Game Switch Notify ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Twitch Game Switch Notify Twitch Game Switch Notify
ID gkomcllbmedmgddnddobdijddjabfcdj
Oficiální URL https://chromewebstore.google.com/detail/twitch-game-switch-notify/gkomcllbmedmgddnddobdijddjabfcdj
Popis Bored of your variety streamers current game? This will trigger a chrome notification when they switch game leaving you to view…
Velikost souboru 1.25 MB
Počet instalací 32
Aktuální Verze 0.1.7
Poslední Aktualizace 2018-06-17
Datum Vydání 2018-06-17
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Bill Hedworth
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Bigsy/twitchnotify
Podporované Jazyky 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
}