DailyDota2 Twitch Notifier
DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension,…
Co to jest DailyDota2 Twitch Notifier?
DailyDota2 Twitch Notifier to rozszerzenie Chrome opracowane przez http://dailydota2.com, a jego główną funkcją jest „DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension,…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DailyDota2 Twitch Notifier
Pobierz pliki rozszerzeń DailyDota2 Twitch Notifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | fbieebkejnanfokhdfbnpdhcipeodfij |
Oficjalny URL | https://chrome.google.com/webstore/detail/dailydota2-twitch-notifie/fbieebkejnanfokhdfbnpdhcipeodfij |
Opis | DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension,… |
Rozmiar pliku | 4.56 KB |
Liczba instalacji | 15 |
Aktualna Wersja | 1.50 |
Ostatnia Aktualizacja | 2015-06-09 |
Data Publikacji | 2015-06-07 |
Ocena | 3.75/5 Łącznie 4 Oceny |
Deweloper | http://dailydota2.com |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |