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開發的Chrome擴展程式,該擴展的主要功能是“Bored of your variety streamers current game? This will trigger a chrome notification when they switch game leaving you to view…”。

擴展截圖

screenshot

下載Twitch Game Switch Notify擴展crx文件

下載Twitch Game Switch Notify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Twitch Game Switch Notify
ID gkomcllbmedmgddnddobdijddjabfcdj
官方網址 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
}