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
公式URL 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
Eメール [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
}