POE Ninja build price checker
Tool to check the average price from a build on the poe ninja website
POE Ninja build price checker란 무엇입니까?
POE Ninja build price checker은(는) lucasbs1991에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tool to check the average price from a build on the poe ninja website"입니다.
확장 프로그램 스크린샷
POE Ninja build price checker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tool to check the average price from a build on the poe ninja website with download CSV option to check each item on the pathofexile.com market.
확장 프로그램 기본 정보
이름 | POE Ninja build price checker |
ID | mlkbpbfadeaigdolbpmolmelmgaacahh |
공식 URL | https://chromewebstore.google.com/detail/poe-ninja-build-price-che/mlkbpbfadeaigdolbpmolmelmgaacahh |
설명 | Tool to check the average price from a build on the poe ninja website |
파일 크기 | 330 KB |
설치 횟수 | 82 |
현재 버전 | 0.2 |
최근 업데이트 | 2023-10-05 |
출시 날짜 | 2023-09-23 |
개발자 | lucasbs1991 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "POE Ninja build price checker", "description": "Tool to check the average price from a build on the poe ninja website", "version": "0.2", "manifest_version": 3, "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/www.pathofexile.com\/api\/trade\/search\/ *" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo.png" } }, "externally_connectable": { "matches": [ "https:\/\/*\/*" ] }, "background": { "service_worker": "content.js" } } |