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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |