Axie.zone Pricing Helper
This extension allows you to visualize the sold prices in the Axie.zone Finder.
Vad är Axie.zone Pricing Helper?
Axie.zone Pricing Helper är en Chrome-tillägg utvecklad av https://oshiteku.app, och dess huvudfunktion är "This extension allows you to visualize the sold prices in the Axie.zone Finder.".
Tilläggsskärmbilder
Ladda ner Axie.zone Pricing Helper-förlängningens CRX-fil
Ladda ner Axie.zone Pricing Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Axie.zone Pricing Helper |
ID | gnejflagnhkhfalcogkkcpejgkiflibf |
Officiell webbadress | https://chromewebstore.google.com/detail/axiezone-pricing-helper/gnejflagnhkhfalcogkkcpejgkiflibf |
Beskrivning | This extension allows you to visualize the sold prices in the Axie.zone Finder. |
Filstorlek | 845 KB |
Antal Installationer | 927 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2020-11-03 |
Publiceringsdatum | 2020-11-01 |
Utvecklare | https://oshiteku.app |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |