POE item finder

Find item in your Path of Exile account

Cos'è POE item finder?

POE item finder è un'estensione di Chrome sviluppata da kraiwuthi.a, e la sua funzione principale è "Find item in your Path of Exile account".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione POE item finder

Scarica i file di estensione POE item finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome POE item finder POE item finder
ID jlfgkgcbkfkifnoadbpakdmkbfdkccah
URL Ufficiale https://chromewebstore.google.com/detail/poe-item-finder/jlfgkgcbkfkifnoadbpakdmkbfdkccah
Descrizione Find item in your Path of Exile account
Dimensione del File 1.41 MB
Conteggio Installazioni 93
Versione Corrente 0.9.1.0
Ultimo Aggiornamento 2016-06-18
Data di Pubblicazione 2016-06-17
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore kraiwuthi.a
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}