Looty! Stash search for Path of Exile
Looty! Helps you quickly find items by their stats or name in large Path of Exile stashes.
What is Looty! Stash search for Path of Exile?
Looty! Stash search for Path of Exile is a Chrome extension developed by Benjamin Jackman, and its main feature is "Looty! Helps you quickly find items by their stats or name in large Path of Exile stashes.".
Extension Screenshots
Download Looty! Stash search for Path of Exile Extension CRX File
Download Looty! Stash search for Path of Exile extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Looty! Stash search for Path of Exile |
ID | ajfbflclpnpbjkfibijekgcombcgehbi |
Official URL | https://chromewebstore.google.com/detail/looty-stash-search-for-pa/ajfbflclpnpbjkfibijekgcombcgehbi |
Description | Looty! Helps you quickly find items by their stats or name in large Path of Exile stashes. |
File Size | 1.83 MB |
Installation Count | 5,047 |
Current Version | 0.2.1.84 |
Last Updated | 2022-04-13 |
Publish Date | 2019-12-10 |
Rating | 4.73/5 Total 64 Ratings |
Developer | Benjamin Jackman |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |