Path of Exile Ladder
Take a look of the Path of exile ladder directly from your browser
Was ist Path of Exile Ladder?
Path of Exile Ladder ist eine Chrome-Erweiterung, die von nowacki.frederic entwickelt wurde, und ihr Hauptmerkmal ist "Take a look of the Path of exile ladder directly from your browser".
Erweiterungsscreenshots
Path of Exile Ladder-Erweiterungs-CRX-Datei herunterladen
Laden Sie Path of Exile Ladder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Follow the ladder of the different divisions of Path of exile on your chrome browser.
Grundlegende Informationen zur Erweiterung
Name | |
ID | abnefenkcjjigmeabpinklnlimibiknc |
Offizielle URL | https://chrome.google.com/webstore/detail/path-of-exile-ladder/abnefenkcjjigmeabpinklnlimibiknc |
Beschreibung | Take a look of the Path of exile ladder directly from your browser |
Dateigröße | 1.26 MB |
Installationsanzahl | 12 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2014-04-22 |
Veröffentlichungsdatum | 2014-04-22 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | nowacki.frederic |
Zahlungsart | free |
Unterstützte Sprachen | 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\/" ] } |