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.”。
擴展截圖
下載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 |
ID | ajfbflclpnpbjkfibijekgcombcgehbi |
官方網址 | 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" ] } |