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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lucasbs1991 และคุณลักษณะหลักของมันคือ "Tool to check the average price from a build on the poe ninja website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย POE Ninja build price checker
ดาวน์โหลดไฟล์ส่วนขยาย POE Ninja build price checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |