DotA 2 Match History

View your last DotA 2 Matches

O que é DotA 2 Match History?

DotA 2 Match History é uma extensão do Chrome desenvolvida por Hack3l, e sua principal característica é "View your last DotA 2 Matches".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão DotA 2 Match History

Baixe arquivos de extensão DotA 2 Match History no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome DotA 2 Match History DotA 2 Match History
ID dghpgghkhhnaedefppgidoibicfojlmo
URL Oficial https://chromewebstore.google.com/detail/dota-2-match-history/dghpgghkhhnaedefppgidoibicfojlmo
Descrição View your last DotA 2 Matches
Tamanho do Arquivo 272 KB
Contagem de Instalações 20
Versão Atual 1.1
Última Atualização 2015-12-10
Data de Publicação 2015-12-10
Desenvolvedor Hack3l
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}