Axie.zone Pricing Helper
This extension allows you to visualize the sold prices in the Axie.zone Finder.
Qu'est-ce que Axie.zone Pricing Helper ?
Axie.zone Pricing Helper est une extension Chrome développée par https://oshiteku.app, et sa fonction principale est "This extension allows you to visualize the sold prices in the Axie.zone Finder.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Axie.zone Pricing Helper
Téléchargez les fichiers d'extension Axie.zone Pricing Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Axie.zone Pricing Helper |
ID | gnejflagnhkhfalcogkkcpejgkiflibf |
URL Officiel | https://chromewebstore.google.com/detail/axiezone-pricing-helper/gnejflagnhkhfalcogkkcpejgkiflibf |
Description | This extension allows you to visualize the sold prices in the Axie.zone Finder. |
Taille du Fichier | 845 KB |
Nombre d'Installations | 927 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-11-03 |
Date de Publication | 2020-11-01 |
Développeur | https://oshiteku.app |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |