DotA 2 Match History
View your last DotA 2 Matches
Was ist DotA 2 Match History?
DotA 2 Match History ist eine Chrome-Erweiterung, die von Hack3l entwickelt wurde, und ihr Hauptmerkmal ist "View your last DotA 2 Matches".
Erweiterungsscreenshots
DotA 2 Match History-Erweiterungs-CRX-Datei herunterladen
Laden Sie DotA 2 Match History-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | DotA 2 Match History |
ID | dghpgghkhhnaedefppgidoibicfojlmo |
Offizielle URL | https://chromewebstore.google.com/detail/dota-2-match-history/dghpgghkhhnaedefppgidoibicfojlmo |
Beschreibung | View your last DotA 2 Matches |
Dateigröße | 272 KB |
Installationsanzahl | 20 |
Aktuelle Version | 1.1 |
Letztes Update | 2015-12-10 |
Veröffentlichungsdatum | 2015-12-10 |
Entwickler | Hack3l |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |