Path of Exile Ladder

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

¿Qué es Path of Exile Ladder?

Path of Exile Ladder es una extensión de Chrome desarrollada por nowacki.frederic, y su función principal es "Take a look of the Path of exile ladder directly from your browser".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Path of Exile Ladder

Descarga archivos de extensión Path of Exile Ladder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Path of Exile Ladder Path of Exile Ladder
ID abnefenkcjjigmeabpinklnlimibiknc
URL Oficial https://chrome.google.com/webstore/detail/path-of-exile-ladder/abnefenkcjjigmeabpinklnlimibiknc
Descripción Take a look of the Path of exile ladder directly from your browser
Tamaño del Archivo 1.26 MB
Cantidad de Instalaciones 12
Versión Actual 1.0.3
Última Actualización 2014-04-22
Fecha de Publicación 2014-04-22
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador nowacki.frederic
Tipo de Pago free
Idiomas Soportados 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\/"
    ]
}