Dota Scryer
Track Dota 2 match data live in Twitch
Dota Scryer क्या है?
Dota Scryer https://www.dota-scryer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track Dota 2 match data live in Twitch"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dota Scryer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Dota Scryer |
ID | ikfgldhflogacnhppcliagnbmjmlljfh |
आधिकारिक URL | https://chromewebstore.google.com/detail/dota-scryer/ikfgldhflogacnhppcliagnbmjmlljfh |
विवरण | Track Dota 2 match data live in Twitch |
फ़ाइल का आकार | 398 KB |
स्थापना संख्या | 13 |
वर्तमान संस्करण | 0.0.7 |
अंतिम अपडेट | 2016-12-13 |
प्रकाशन तिथि | 2016-12-12 |
रेटिंग | 4.88/5 कुल 8 रेटिंग्स |
डेवलपर | https://www.dota-scryer.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.dota-scryer.com |
सहायता पृष्ठ URL | https://www.dota-scryer.com/about |
समर्थित भाषाएँ | 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 } } |