Path of Exile Ladder
Take a look of the Path of exile ladder directly from your browser
What is Path of Exile Ladder?
Path of Exile Ladder is a Chrome extension developed by nowacki.frederic, and its main feature is "Take a look of the Path of exile ladder directly from your browser".
Extension Screenshots
Download Path of Exile Ladder Extension CRX File
Download Path of Exile Ladder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Follow the ladder of the different divisions of Path of exile on your chrome browser.
Extension Basic Information
Name | |
ID | abnefenkcjjigmeabpinklnlimibiknc |
Official URL | https://chrome.google.com/webstore/detail/path-of-exile-ladder/abnefenkcjjigmeabpinklnlimibiknc |
Description | Take a look of the Path of exile ladder directly from your browser |
File Size | 1.26 MB |
Installation Count | 12 |
Current Version | 1.0.3 |
Last Updated | 2014-04-22 |
Publish Date | 2014-04-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | nowacki.frederic |
Payment Type | free |
Supported Languages | 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\/" ] } |