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 là gì?

DailyDota2 Twitch Notifier là một tiện ích mở rộng Chrome được phát triển bởi http://dailydota2.com, và tính năng chính của nó là "DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension,…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DailyDota2 Twitch Notifier

Tải xuống các tệp mở rộng DailyDota2 Twitch Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DailyDota2 Twitch Notifier DailyDota2 Twitch Notifier
ID fbieebkejnanfokhdfbnpdhcipeodfij
URL Chính Thức https://chrome.google.com/webstore/detail/dailydota2-twitch-notifie/fbieebkejnanfokhdfbnpdhcipeodfij
Mô tả DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension,…
Kích Thước Tệp 4.56 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.50
Cập Nhật Lần Cuối 2015-06-09
Ngày Phát Hành 2015-06-07
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://dailydota2.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}