Axie.zone Pricing Helper
This extension allows you to visualize the sold prices in the Axie.zone Finder.
Co je Axie.zone Pricing Helper?
Axie.zone Pricing Helper je rozšíření Chrome vyvinuté https://oshiteku.app, a jeho hlavní funkcí je „This extension allows you to visualize the sold prices in the Axie.zone Finder.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Axie.zone Pricing Helper
Stáhněte si soubory rozšíření Axie.zone Pricing Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Axie.zone Pricing Helper |
ID | gnejflagnhkhfalcogkkcpejgkiflibf |
Oficiální URL | https://chromewebstore.google.com/detail/axiezone-pricing-helper/gnejflagnhkhfalcogkkcpejgkiflibf |
Popis | This extension allows you to visualize the sold prices in the Axie.zone Finder. |
Velikost souboru | 845 KB |
Počet instalací | 927 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2020-11-03 |
Datum Vydání | 2020-11-01 |
Vývojář | https://oshiteku.app |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |