DailyDota2 Twitch Notifier

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

Vad är DailyDota2 Twitch Notifier?

DailyDota2 Twitch Notifier är en Chrome-tillägg utvecklad av http://dailydota2.com, och dess huvudfunktion är "DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension,…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner DailyDota2 Twitch Notifier-förlängningens CRX-fil

Ladda ner DailyDota2 Twitch Notifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn DailyDota2 Twitch Notifier DailyDota2 Twitch Notifier
ID fbieebkejnanfokhdfbnpdhcipeodfij
Officiell webbadress https://chrome.google.com/webstore/detail/dailydota2-twitch-notifie/fbieebkejnanfokhdfbnpdhcipeodfij
Beskrivning DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension,…
Filstorlek 4.56 KB
Antal Installationer 15
Aktuell Version 1.50
Senast Uppdaterad 2015-06-09
Publiceringsdatum 2015-06-07
Betyg 3.75/5 Totalt 4 Betyg
Utvecklare http://dailydota2.com
Betalningssätt free
Stödda Språk 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"
    ]
}