Looty! Stash search for Path of Exile

Looty! Helps you quickly find items by their stats or name in large Path of Exile stashes.

Cos'è Looty! Stash search for Path of Exile?

Looty! Stash search for Path of Exile è un'estensione di Chrome sviluppata da Benjamin Jackman, e la sua funzione principale è "Looty! Helps you quickly find items by their stats or name in large Path of Exile stashes.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Looty! Stash search for Path of Exile

Scarica i file di estensione Looty! Stash search for Path of Exile 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

                        Looty puts all your sweet Path of Exile loots into a searchable datagrid. If you have a stash of any size, there is no faster way to find a piece of loot in it than using Looty.                    

Informazioni di Base sull'Estensione

Nome Looty! Stash search for Path of Exile Looty! Stash search for Path of Exile
ID ajfbflclpnpbjkfibijekgcombcgehbi
URL Ufficiale https://chromewebstore.google.com/detail/looty-stash-search-for-pa/ajfbflclpnpbjkfibijekgcombcgehbi
Descrizione Looty! Helps you quickly find items by their stats or name in large Path of Exile stashes.
Dimensione del File 1.83 MB
Conteggio Installazioni 5,047
Versione Corrente 0.2.1.84
Ultimo Aggiornamento 2022-04-13
Data di Pubblicazione 2019-12-10
Valutazione 4.73/5 Totale 64 Valutazioni
Sviluppatore Benjamin Jackman
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Looty! Stash search for Path of Exile",
    "version": "0.2.1.84",
    "description": "Looty! Helps you quickly find items by their stats or name in large Path of Exile stashes.",
    "icons": {
        "16": "images\/coin16.png",
        "128": "images\/coin128.png"
    },
    "browser_action": {
        "default_icon": "images\/coin128.png",
        "default_title": "Looty",
        "default_popup": "popup.html"
    },
    "content_security_policy": "object-src 'self'; script-src 'self' 'unsafe-eval'",
    "permissions": [
        "https:\/\/www.pathofexile.com\/*",
        "https:\/\/webcdn.pathofexile.com\/*",
        "http:\/\/www.pathofexile.com\/*",
        "http:\/\/webcdn.pathofexile.com\/*",
        "storage",
        "unlimitedStorage"
    ]
}