DailyDota2 Twitch Notifier
DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension,…
Qu'est-ce que DailyDota2 Twitch Notifier ?
DailyDota2 Twitch Notifier est une extension Chrome développée par http://dailydota2.com, et sa fonction principale est "DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension,…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DailyDota2 Twitch Notifier
Téléchargez les fichiers d'extension DailyDota2 Twitch Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ![]() |
ID | fbieebkejnanfokhdfbnpdhcipeodfij |
URL Officiel | https://chrome.google.com/webstore/detail/dailydota2-twitch-notifie/fbieebkejnanfokhdfbnpdhcipeodfij |
Description | DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension,… |
Taille du Fichier | 4.56 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.50 |
Dernière Mise à Jour | 2015-06-09 |
Date de Publication | 2015-06-07 |
Évaluation | 3.75/5 Total 4 Évaluations |
Développeur | http://dailydota2.com |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |