Dota 2 Stats
Track your DotA 2 stats in a convenient popup.
Dota 2 Statsคืออะไร?
Dota 2 Stats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jkjk และคุณลักษณะหลักของมันคือ "Track your DotA 2 stats in a convenient popup."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dota 2 Stats
ดาวน์โหลดไฟล์ส่วนขยาย Dota 2 Stats ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |