DotA 2 Match History
View your last DotA 2 Matches
DotA 2 Match Historyคืออะไร?
DotA 2 Match History เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hack3l และคุณลักษณะหลักของมันคือ "View your last DotA 2 Matches"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DotA 2 Match History
ดาวน์โหลดไฟล์ส่วนขยาย DotA 2 Match History ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quick access for up to 100 of youre last DotA 2 games in a popup or a seperate webpage.
Sort and filter youre matches for a better overview.
Links to the corresponding YASP und Dotabuff pages for all matches.
Minimalistic or detailed view deppending on youre preference.
===CHANGELOG===
10.12.15:
Fixed some spelling
10.12.15:
Released final version
Added button to only display wins/looses
Changed name from DotA to DotA 2
Bug Fixes
09.12.15:
Rearranged elements on main page and more styling
07.12.15:
Added table styling on main page for better readability
04.12.15:
Added more input possibilitys for steam IDs
03.12.15:
Added styling to options page for better readability
Bug Fixes ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | dghpgghkhhnaedefppgidoibicfojlmo |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dota-2-match-history/dghpgghkhhnaedefppgidoibicfojlmo |
| คำอธิบาย | View your last DotA 2 Matches |
| ขนาดไฟล์ | 272 KB |
| จำนวนการติดตั้ง | 20 |
| เวอร์ชันปัจจุบัน | 1.1 |
| อัปเดตครั้งล่าสุด | 2015-12-10 |
| วันที่เผยแพร่ | 2015-12-10 |
| ผู้พัฒนา | Hack3l |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DotA 2 Match History",
"short_name": "DMH",
"version": "1.1",
"manifest_version": 2,
"description": "View your last DotA 2 Matches",
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"icons": {
"16": "images\/icon.png",
"48": "images\/icon.png",
"128": "images\/icon.png"
},
"browser_action": {
"default_icon": "images\/icon.png",
"default_popup": "main.html"
},
"permissions": [
"storage",
"http:\/\/api.steampowered.com\/*",
"tabs"
]
} | |