Axie.zone Pricing Helper
This extension allows you to visualize the sold prices in the Axie.zone Finder.
Was ist Axie.zone Pricing Helper?
Axie.zone Pricing Helper ist eine Chrome-Erweiterung, die von https://oshiteku.app entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to visualize the sold prices in the Axie.zone Finder.".
Erweiterungsscreenshots
Axie.zone Pricing Helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Axie.zone Pricing Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Axie.zone Pricing Helper |
ID | gnejflagnhkhfalcogkkcpejgkiflibf |
Offizielle URL | https://chromewebstore.google.com/detail/axiezone-pricing-helper/gnejflagnhkhfalcogkkcpejgkiflibf |
Beschreibung | This extension allows you to visualize the sold prices in the Axie.zone Finder. |
Dateigröße | 845 KB |
Installationsanzahl | 927 |
Aktuelle Version | 1.1 |
Letztes Update | 2020-11-03 |
Veröffentlichungsdatum | 2020-11-01 |
Entwickler | https://oshiteku.app |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |