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 |
公式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 |
Eメール | [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" ] } |