Path of Exile Ladder

Take a look of the Path of exile ladder directly from your browser

O que é Path of Exile Ladder?

Path of Exile Ladder é uma extensão do Chrome desenvolvida por nowacki.frederic, e sua principal característica é "Take a look of the Path of exile ladder directly from your browser".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Path of Exile Ladder

Baixe arquivos de extensão Path of Exile Ladder 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

                        Follow the ladder of the different divisions of Path of exile on your chrome browser.                    

Informações Básicas da Extensão

Nome Path of Exile Ladder Path of Exile Ladder
ID abnefenkcjjigmeabpinklnlimibiknc
URL Oficial https://chrome.google.com/webstore/detail/path-of-exile-ladder/abnefenkcjjigmeabpinklnlimibiknc
Descrição Take a look of the Path of exile ladder directly from your browser
Tamanho do Arquivo 1.26 MB
Contagem de Instalações 12
Versão Atual 1.0.3
Última Atualização 2014-04-22
Data de Publicação 2014-04-22
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor nowacki.frederic
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Path of Exile Ladder",
    "version": "1.0.3",
    "description": "Take a look of the Path of exile ladder directly from your browser",
    "icons": {
        "16": "icons\/img16.png",
        "48": "icons\/img48.png",
        "128": "icons\/img128.png"
    },
    "browser_action": {
        "default_icon": "icons\/img38.png",
        "default_title": "POE LADDER",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "http:\/\/api.pathofexile.com\/"
    ]
}