DotA 2 Match History
View your last DotA 2 Matches
Cos'è DotA 2 Match History?
DotA 2 Match History è un'estensione di Chrome sviluppata da Hack3l, e la sua funzione principale è "View your last DotA 2 Matches".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DotA 2 Match History
Scarica i file di estensione DotA 2 Match History in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | dghpgghkhhnaedefppgidoibicfojlmo |
| URL Ufficiale | https://chromewebstore.google.com/detail/dota-2-match-history/dghpgghkhhnaedefppgidoibicfojlmo |
| Descrizione | View your last DotA 2 Matches |
| Dimensione del File | 272 KB |
| Conteggio Installazioni | 20 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2015-12-10 |
| Data di Pubblicazione | 2015-12-10 |
| Sviluppatore | Hack3l |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |