DailyDota2 Twitch Notifier

DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension,…

DailyDota2 Twitch Notifierとは何ですか?

DailyDota2 Twitch Notifierはhttp://dailydota2.comによって開発されたChromeの拡張機能で、その主な機能は「DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension,…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

DailyDota2 Twitch Notifier拡張機能のCRXファイルをダウンロード

DailyDota2 Twitch Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension, you'll get notified as soon as live-stats are available for the channel you're watching on Twitch.                    

拡張機能の基本情報

名前 DailyDota2 Twitch Notifier DailyDota2 Twitch Notifier
ID fbieebkejnanfokhdfbnpdhcipeodfij
公式URL https://chrome.google.com/webstore/detail/dailydota2-twitch-notifie/fbieebkejnanfokhdfbnpdhcipeodfij
説明 DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension,…
ファイルサイズ 4.56 KB
インストール数 15
現在のバージョン 1.50
最終更新日 2015-06-09
公開日 2015-06-07
評価 3.75/5 合計 4 レビュー
開発者 http://dailydota2.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DailyDota2 Twitch Notifier",
    "version": "1.50",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "contentscript.js"
    ]
}