Looty! Stash search for Path of Exile

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

Wat is Looty! Stash search for Path of Exile?

Looty! Stash search for Path of Exile is een Chrome-extensie ontwikkeld door Benjamin Jackman, en de belangrijkste functie is "Looty! Helps you quickly find items by their stats or name in large Path of Exile stashes.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Looty! Stash search for Path of Exile

Download Looty! Stash search for Path of Exile-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

                        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.                    

Basisinformatie over de Extensie

Naam Looty! Stash search for Path of Exile Looty! Stash search for Path of Exile
ID ajfbflclpnpbjkfibijekgcombcgehbi
Officiële URL https://chromewebstore.google.com/detail/looty-stash-search-for-pa/ajfbflclpnpbjkfibijekgcombcgehbi
Beschrijving Looty! Helps you quickly find items by their stats or name in large Path of Exile stashes.
Bestandsgrootte 1.83 MB
Aantal Installaties 5,047
Huidige Versie 0.2.1.84
Laatst Bijgewerkt 2022-04-13
Publicatiedatum 2019-12-10
Beoordeling 4.73/5 Totaal 64 Beoordelingen
Ontwikkelaar Benjamin Jackman
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}