DailyDota2 Twitch Notifier
DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension,…
Hvad er DailyDota2 Twitch Notifier?
DailyDota2 Twitch Notifier er en Chrome-udvidelse udviklet af http://dailydota2.com, og dens hovedfunktion er "DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension,…".
Udvidelsesskærmbilleder
Download DailyDota2 Twitch Notifier-udvidelses-CRX-fil
Download DailyDota2 Twitch Notifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | ![]() |
ID | fbieebkejnanfokhdfbnpdhcipeodfij |
Officiel URL | https://chrome.google.com/webstore/detail/dailydota2-twitch-notifie/fbieebkejnanfokhdfbnpdhcipeodfij |
Beskrivelse | DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension,… |
Filstørrelse | 4.56 KB |
Antal Installationer | 15 |
Nuværende Version | 1.50 |
Senest Opdateret | 2015-06-09 |
Udgivelsesdato | 2015-06-07 |
Bedømmelse | 3.75/5 Samlet 4 Bedømmelser |
Udvikler | http://dailydota2.com |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |