Dota Scryer
Track Dota 2 match data live in Twitch
Qu'est-ce que Dota Scryer ?
Dota Scryer est une extension Chrome développée par https://www.dota-scryer.com, et sa fonction principale est "Track Dota 2 match data live in Twitch".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dota Scryer
Téléchargez les fichiers d'extension Dota Scryer 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
Features: - Select a match from a list of live match data - Browse the players' heroes, skill builds, items, K/D/A and more in the scoreboard - Compare the economy of each team in the networth and experience tabs Dota Scryer works with both vanilla chat and BTTV. Update History: Version 0.0.7 - Adds colorblind option; right-click chrome shortcut or go to your chrome's extension page (chrome://extensions/) to access extension options - Extension now remembers your match when hidden, and will reopen to the same match rather than returning to matchlist - Minor style and copy fixes
Informations de Base sur l'Extension
Nom | Dota Scryer |
ID | ikfgldhflogacnhppcliagnbmjmlljfh |
URL Officiel | https://chromewebstore.google.com/detail/dota-scryer/ikfgldhflogacnhppcliagnbmjmlljfh |
Description | Track Dota 2 match data live in Twitch |
Taille du Fichier | 398 KB |
Nombre d'Installations | 13 |
Version Actuelle | 0.0.7 |
Dernière Mise à Jour | 2016-12-13 |
Date de Publication | 2016-12-12 |
Évaluation | 4.88/5 Total 8 Évaluations |
Développeur | https://www.dota-scryer.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.dota-scryer.com |
URL de la Page d'Aide | https://www.dota-scryer.com/about |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dota Scryer", "version": "0.0.7", "manifest_version": 2, "description": "Track Dota 2 match data live in Twitch", "short_name": "dota-scryer", "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "dotaChromeEx.js", "inject.js" ], "css": [ "styles.css" ] } ], "web_accessible_resources": [ "styles.css", "content.js", "assets\/*" ], "permissions": [ "https:\/\/*.twitch.tv\/*", "storage" ], "browser_action": { "default_icon": { "16": "assets\/favicon-16x16.png", "24": "assets\/favicon-24x24.png", "32": "assets\/favicon-32x32.png" } }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "options_ui": { "page": "options.html", "chrome_style": true } } |