DailyDota2 Twitch Notifier

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

Was ist DailyDota2 Twitch Notifier?

DailyDota2 Twitch Notifier ist eine Chrome-Erweiterung, die von http://dailydota2.com entwickelt wurde, und ihr Hauptmerkmal ist "DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension,…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

DailyDota2 Twitch Notifier-Erweiterungs-CRX-Datei herunterladen

Laden Sie DailyDota2 Twitch Notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name DailyDota2 Twitch Notifier DailyDota2 Twitch Notifier
ID fbieebkejnanfokhdfbnpdhcipeodfij
Offizielle URL https://chrome.google.com/webstore/detail/dailydota2-twitch-notifie/fbieebkejnanfokhdfbnpdhcipeodfij
Beschreibung DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension,…
Dateigröße 4.56 KB
Installationsanzahl 15
Aktuelle Version 1.50
Letztes Update 2015-06-09
Veröffentlichungsdatum 2015-06-07
Bewertung 3.75/5 Insgesamt 4 Bewertungen
Entwickler http://dailydota2.com
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}