POE item finder
Find item in your Path of Exile account
Wat is POE item finder?
POE item finder is een Chrome-extensie ontwikkeld door kraiwuthi.a, en de belangrijkste functie is "Find item in your Path of Exile account".
Extensie Screenshots
Download het CRX-bestand van de extensie POE item finder
Download POE item finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | POE item finder |
ID | jlfgkgcbkfkifnoadbpakdmkbfdkccah |
Officiële URL | https://chromewebstore.google.com/detail/poe-item-finder/jlfgkgcbkfkifnoadbpakdmkbfdkccah |
Beschrijving | Find item in your Path of Exile account |
Bestandsgrootte | 1.41 MB |
Aantal Installaties | 93 |
Huidige Versie | 0.9.1.0 |
Laatst Bijgewerkt | 2016-06-18 |
Publicatiedatum | 2016-06-17 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | kraiwuthi.a |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |