Dota Scryer

Track Dota 2 match data live in Twitch

Wat is Dota Scryer?

Dota Scryer is een Chrome-extensie ontwikkeld door https://www.dota-scryer.com, en de belangrijkste functie is "Track Dota 2 match data live in Twitch".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dota Scryer

Download Dota Scryer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Dota Scryer Dota Scryer
ID ikfgldhflogacnhppcliagnbmjmlljfh
Officiële URL https://chromewebstore.google.com/detail/dota-scryer/ikfgldhflogacnhppcliagnbmjmlljfh
Beschrijving Track Dota 2 match data live in Twitch
Bestandsgrootte 398 KB
Aantal Installaties 13
Huidige Versie 0.0.7
Laatst Bijgewerkt 2016-12-13
Publicatiedatum 2016-12-12
Beoordeling 4.88/5 Totaal 8 Beoordelingen
Ontwikkelaar https://www.dota-scryer.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.dota-scryer.com
Help Pagina-URL https://www.dota-scryer.com/about
Ondersteunde Talen 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
    }
}