DotA 2 Match History
View your last DotA 2 Matches
Hvad er DotA 2 Match History?
DotA 2 Match History er en Chrome-udvidelse udviklet af Hack3l, og dens hovedfunktion er "View your last DotA 2 Matches".
Udvidelsesskærmbilleder
Download DotA 2 Match History-udvidelses-CRX-fil
Download DotA 2 Match History-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dghpgghkhhnaedefppgidoibicfojlmo |
| Officiel URL | https://chromewebstore.google.com/detail/dota-2-match-history/dghpgghkhhnaedefppgidoibicfojlmo |
| Beskrivelse | View your last DotA 2 Matches |
| Filstørrelse | 272 KB |
| Antal Installationer | 20 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2015-12-10 |
| Udgivelsesdato | 2015-12-10 |
| Udvikler | Hack3l |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |