Looty! Stash search for Path of Exile

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

Was ist Looty! Stash search for Path of Exile?

Looty! Stash search for Path of Exile ist eine Chrome-Erweiterung, die von Benjamin Jackman entwickelt wurde, und ihr Hauptmerkmal ist "Looty! Helps you quickly find items by their stats or name in large Path of Exile stashes.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Looty! Stash search for Path of Exile-Erweiterungs-CRX-Datei herunterladen

Laden Sie Looty! Stash search for Path of Exile-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Looty! Stash search for Path of Exile Looty! Stash search for Path of Exile
ID ajfbflclpnpbjkfibijekgcombcgehbi
Offizielle URL https://chromewebstore.google.com/detail/looty-stash-search-for-pa/ajfbflclpnpbjkfibijekgcombcgehbi
Beschreibung Looty! Helps you quickly find items by their stats or name in large Path of Exile stashes.
Dateigröße 1.83 MB
Installationsanzahl 5,047
Aktuelle Version 0.2.1.84
Letztes Update 2022-04-13
Veröffentlichungsdatum 2019-12-10
Bewertung 4.73/5 Insgesamt 64 Bewertungen
Entwickler Benjamin Jackman
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}