Axie.zone Pricing Helper
This extension allows you to visualize the sold prices in the Axie.zone Finder.
Axie.zone Pricing Helperคืออะไร?
Axie.zone Pricing Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://oshiteku.app และคุณลักษณะหลักของมันคือ "This extension allows you to visualize the sold prices in the Axie.zone Finder."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Axie.zone Pricing Helper
ดาวน์โหลดไฟล์ส่วนขยาย Axie.zone Pricing Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Axie.zone Finder is very useful for finding the Axie you want, but it doesn't allow you to see the past sales history. This extension will help you to analyze the price of Axie.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Axie.zone Pricing Helper |
ID | gnejflagnhkhfalcogkkcpejgkiflibf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/axiezone-pricing-helper/gnejflagnhkhfalcogkkcpejgkiflibf |
คำอธิบาย | This extension allows you to visualize the sold prices in the Axie.zone Finder. |
ขนาดไฟล์ | 845 KB |
จำนวนการติดตั้ง | 927 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-11-03 |
วันที่เผยแพร่ | 2020-11-01 |
ผู้พัฒนา | https://oshiteku.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Axie.zone Pricing Helper", "description": "This extension allows you to visualize the sold prices in the Axie.zone Finder.", "version": "1.1", "manifest_version": 2, "icons": { "128": "icon.png" }, "permissions": [ "webRequest", "https:\/\/axie.zone\/*", "https:\/\/axieinfinity.com\/graphql-server\/graphql" ], "background": { "scripts": [ "event_page.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/axie.zone\/finder*" ], "js": [ "content_script.js" ] } ] } |