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
官方網址 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"
    ]
}