Path of Exile Ladder

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

Vad är Path of Exile Ladder?

Path of Exile Ladder är en Chrome-tillägg utvecklad av nowacki.frederic, och dess huvudfunktion är "Take a look of the Path of exile ladder directly from your browser".

Tilläggsskärmbilder

screenshot

Ladda ner Path of Exile Ladder-förlängningens CRX-fil

Ladda ner Path of Exile Ladder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Path of Exile Ladder Path of Exile Ladder
ID abnefenkcjjigmeabpinklnlimibiknc
Officiell webbadress https://chrome.google.com/webstore/detail/path-of-exile-ladder/abnefenkcjjigmeabpinklnlimibiknc
Beskrivning Take a look of the Path of exile ladder directly from your browser
Filstorlek 1.26 MB
Antal Installationer 12
Aktuell Version 1.0.3
Senast Uppdaterad 2014-04-22
Publiceringsdatum 2014-04-22
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare nowacki.frederic
Betalningssätt free
Stödda Språk 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\/"
    ]
}