Dota Scryer
Track Dota 2 match data live in Twitch
Dota Scryer là gì?
Dota Scryer là một tiện ích mở rộng Chrome được phát triển bởi https://www.dota-scryer.com, và tính năng chính của nó là "Track Dota 2 match data live in Twitch".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dota Scryer
Tải xuống các tệp mở rộng Dota Scryer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dota Scryer |
ID | ikfgldhflogacnhppcliagnbmjmlljfh |
URL Chính Thức | https://chromewebstore.google.com/detail/dota-scryer/ikfgldhflogacnhppcliagnbmjmlljfh |
Mô tả | Track Dota 2 match data live in Twitch |
Kích Thước Tệp | 398 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 0.0.7 |
Cập Nhật Lần Cuối | 2016-12-13 |
Ngày Phát Hành | 2016-12-12 |
Đánh Giá | 4.88/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://www.dota-scryer.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.dota-scryer.com |
URL Trang Trợ Giúp | https://www.dota-scryer.com/about |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |