Dota 2 Stats

Track your DotA 2 stats in a convenient popup.

O que é Dota 2 Stats?

Dota 2 Stats é uma extensão do Chrome desenvolvida por jkjk, e sua principal característica é "Track your DotA 2 stats in a convenient popup.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Dota 2 Stats

Baixe arquivos de extensão Dota 2 Stats 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

                        Provides an easy way to keep track of basic DotA 2 stats. Simply open up the popup and search by Steam Profile Name. The search results are the same as one would see on Dotabuff (http://www.dotabuff.com). Click on a result and the popup displays profile name, total games played, and win rate.

Want more detailed stats? Click on the profile name to open this player's full Dotabuff page in a new tab. Hit the back button to search for a different user.

Keep track of your stats, a friend's stats, or the stats of your favorite pro!



Notes:
In order for this extension to be able to see your stats, you'll need to enable the "Expose Public Match Data" setting in the Dota 2 game client.

Your information will persist between browser sessions as long as Chrome is not set to clear cache on exit.

Disclaimers:
This app is in not designed by, endorsed by, or otherwise associated with DotA 2, Dotabuff, or their constituents.

Dotabuff is copyrighted by Elo Entertainment LLC.

DotA 2 is a registered trademark of Valve Corporation.                    

Informações Básicas da Extensão

Nome Dota 2 Stats Dota 2 Stats
ID kmjimklepoipdnebnbejnokpdpbppkpl
URL Oficial https://chrome.google.com/webstore/detail/kmjimklepoipdnebnbejnokpdpbppkpl
Descrição Track your DotA 2 stats in a convenient popup.
Tamanho do Arquivo 588 KB
Contagem de Instalações 20
Versão Atual 1.0.1
Última Atualização 2015-09-19
Data de Publicação 2015-09-19
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor jkjk
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dota 2 Stats",
    "description": "Track your DotA 2 stats in a convenient popup.",
    "version": "1.0.1",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "114": "icon.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "jkjk",
    "permissions": [
        "http:\/\/dotabuff.com\/*",
        "http:\/\/www.dotabuff.com\/*",
        "storage",
        "management"
    ]
}