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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DailyDota2 Twitch Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}