Looty! Stash search for Path of Exile

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

什么是Looty! Stash search for Path of Exile?

Looty! Stash search for Path of Exile是由Benjamin Jackman开发的Chrome扩展程序,该扩展的主要功能是“Looty! Helps you quickly find items by their stats or name in large Path of Exile stashes.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Looty! Stash search for Path of Exile扩展crx文件

下载Looty! Stash search for Path of Exile扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Looty! Stash search for Path of Exile Looty! Stash search for Path of Exile
ID ajfbflclpnpbjkfibijekgcombcgehbi
官方URL https://chromewebstore.google.com/detail/looty-stash-search-for-pa/ajfbflclpnpbjkfibijekgcombcgehbi
简介 Looty! Helps you quickly find items by their stats or name in large Path of Exile stashes.
文件大小 1.83 MB
安装次数 5,047
当前版本 0.2.1.84
更新时间 2022-04-13
上架时间 2019-12-10
评分 4.73/5 共64次评分
开发者 Benjamin Jackman
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}