Path of Exile Ladder

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

Cos'è Path of Exile Ladder?

Path of Exile Ladder è un'estensione di Chrome sviluppata da nowacki.frederic, e la sua funzione principale è "Take a look of the Path of exile ladder directly from your browser".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Path of Exile Ladder

Scarica i file di estensione Path of Exile Ladder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Path of Exile Ladder Path of Exile Ladder
ID abnefenkcjjigmeabpinklnlimibiknc
URL Ufficiale https://chrome.google.com/webstore/detail/path-of-exile-ladder/abnefenkcjjigmeabpinklnlimibiknc
Descrizione Take a look of the Path of exile ladder directly from your browser
Dimensione del File 1.26 MB
Conteggio Installazioni 12
Versione Corrente 1.0.3
Ultimo Aggiornamento 2014-04-22
Data di Pubblicazione 2014-04-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore nowacki.frederic
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}