Dota 2 Stats
Track your DotA 2 stats in a convenient popup.
Dota 2 Stats란 무엇입니까?
Dota 2 Stats은(는) jkjk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track your DotA 2 stats in a convenient popup."입니다.
확장 프로그램 스크린샷
Dota 2 Stats 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Provides an easy way to keep track of basic DotA 2 stats. Simply open up the popup and search by Steam Profile Name. The search results are the same as one would see on Dotabuff (http://www.dotabuff.com). Click on a result and the popup displays profile name, total games played, and win rate. Want more detailed stats? Click on the profile name to open this player's full Dotabuff page in a new tab. Hit the back button to search for a different user. Keep track of your stats, a friend's stats, or the stats of your favorite pro! Notes: In order for this extension to be able to see your stats, you'll need to enable the "Expose Public Match Data" setting in the Dota 2 game client. Your information will persist between browser sessions as long as Chrome is not set to clear cache on exit. Disclaimers: This app is in not designed by, endorsed by, or otherwise associated with DotA 2, Dotabuff, or their constituents. Dotabuff is copyrighted by Elo Entertainment LLC. DotA 2 is a registered trademark of Valve Corporation.
확장 프로그램 기본 정보
이름 | |
ID | kmjimklepoipdnebnbejnokpdpbppkpl |
공식 URL | https://chrome.google.com/webstore/detail/kmjimklepoipdnebnbejnokpdpbppkpl |
설명 | Track your DotA 2 stats in a convenient popup. |
파일 크기 | 588 KB |
설치 횟수 | 20 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2015-09-19 |
출시 날짜 | 2015-09-19 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | jkjk |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dota 2 Stats", "description": "Track your DotA 2 stats in a convenient popup.", "version": "1.0.1", "icons": { "16": "icon_16.png", "48": "icon_48.png", "114": "icon.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "author": "jkjk", "permissions": [ "http:\/\/dotabuff.com\/*", "http:\/\/www.dotabuff.com\/*", "storage", "management" ] } |