Axie.zone Pricing Helper
This extension allows you to visualize the sold prices in the Axie.zone Finder.
Apa itu Axie.zone Pricing Helper?
Axie.zone Pricing Helper adalah ekstensi Chrome yang dikembangkan oleh https://oshiteku.app, dan fitur utamanya adalah "This extension allows you to visualize the sold prices in the Axie.zone Finder.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Axie.zone Pricing Helper
Unduh file ekstensi Axie.zone Pricing Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Axie.zone Pricing Helper |
ID | gnejflagnhkhfalcogkkcpejgkiflibf |
URL Resmi | https://chromewebstore.google.com/detail/axiezone-pricing-helper/gnejflagnhkhfalcogkkcpejgkiflibf |
Deskripsi | This extension allows you to visualize the sold prices in the Axie.zone Finder. |
Ukuran File | 845 KB |
Jumlah Instalasi | 927 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2020-11-03 |
Tanggal Publikasi | 2020-11-01 |
Pengembang | https://oshiteku.app |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |