Axie.zone Pricing Helper
This extension allows you to visualize the sold prices in the Axie.zone Finder.
¿Qué es Axie.zone Pricing Helper?
Axie.zone Pricing Helper es una extensión de Chrome desarrollada por https://oshiteku.app, y su función principal es "This extension allows you to visualize the sold prices in the Axie.zone Finder.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Axie.zone Pricing Helper
Descarga archivos de extensión Axie.zone Pricing Helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Axie.zone Pricing Helper |
ID | gnejflagnhkhfalcogkkcpejgkiflibf |
URL Oficial | https://chromewebstore.google.com/detail/axiezone-pricing-helper/gnejflagnhkhfalcogkkcpejgkiflibf |
Descripción | This extension allows you to visualize the sold prices in the Axie.zone Finder. |
Tamaño del Archivo | 845 KB |
Cantidad de Instalaciones | 927 |
Versión Actual | 1.1 |
Última Actualización | 2020-11-03 |
Fecha de Publicación | 2020-11-01 |
Desarrollador | https://oshiteku.app |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |