POE item finder
Find item in your Path of Exile account
What is POE item finder?
POE item finder is a Chrome extension developed by kraiwuthi.a, and its main feature is "Find item in your Path of Exile account".
Extension Screenshots
Download POE item finder Extension CRX File
Download POE item finder 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
Find item in your Path of Exile account(stash tab, character inventory, equipped item or even socketed gem) you can find by - item name - item property - league name - mtx name
Extension Basic Information
Name | POE item finder |
ID | jlfgkgcbkfkifnoadbpakdmkbfdkccah |
Official URL | https://chromewebstore.google.com/detail/poe-item-finder/jlfgkgcbkfkifnoadbpakdmkbfdkccah |
Description | Find item in your Path of Exile account |
File Size | 1.41 MB |
Installation Count | 93 |
Current Version | 0.9.1.0 |
Last Updated | 2016-06-18 |
Publish Date | 2016-06-17 |
Rating | 3.50/5 Total 2 Ratings |
Developer | kraiwuthi.a |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "POE item finder", "description": "Find item in your Path of Exile account", "version": "0.9.1.0", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "https:\/\/www.pathofexile.com\/*", "storage", "unlimitedStorage" ], "icons": { "16": "images\/icon-16x16.png", "128": "images\/icon-128x128.png" } } |