Looty! Stash search for Path of Exile

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

Co je Looty! Stash search for Path of Exile?

Looty! Stash search for Path of Exile je rozšíření Chrome vyvinuté Benjamin Jackman, a jeho hlavní funkcí je „Looty! Helps you quickly find items by their stats or name in large Path of Exile stashes.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Looty! Stash search for Path of Exile

Stáhněte si soubory rozšíření Looty! Stash search for Path of Exile ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Looty! Stash search for Path of Exile Looty! Stash search for Path of Exile
ID ajfbflclpnpbjkfibijekgcombcgehbi
Oficiální URL https://chromewebstore.google.com/detail/looty-stash-search-for-pa/ajfbflclpnpbjkfibijekgcombcgehbi
Popis Looty! Helps you quickly find items by their stats or name in large Path of Exile stashes.
Velikost souboru 1.83 MB
Počet instalací 5,047
Aktuální Verze 0.2.1.84
Poslední Aktualizace 2022-04-13
Datum Vydání 2019-12-10
Hodnocení 4.73/5 Celkem 64 Hodnocení
Vývojář Benjamin Jackman
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}