Axie Addon
extension for Axie Infinity Marketplace.
Qu'est-ce que Axie Addon ?
Axie Addon est une extension Chrome développée par DrRrof, et sa fonction principale est "extension for Axie Infinity Marketplace.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Axie Addon
Téléchargez les fichiers d'extension Axie Addon 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
Simple addon for Axie Infinity Marketplace that makes price analysis of axies a little bit quicker. - Clicking on the extension button while viewing an axie will open a search in a new tab with that axie's class + parts. - Clicking on the extension button while not viewing an axie opens the site (https://marketplace.axieinfinity.com/) in a new tab. Could potentially be expanded on if any ideas. https://addons.mozilla.org/en-US/firefox/addon/axie-addon/ If you find the addon useful consider sending me a small tip (obviously optional): Ronin: ronin:ba79d7f15b9c17570d77e70cac4b5fd3838083ea MetaMask (ETH Mainnet + BSC): 0x0235C9D8413b4807602468Ed363dfAa8A1c5Cde2
Informations de Base sur l'Extension
Nom | Axie Addon |
ID | ehmmohmdikjlaaekfmnahkbffjbdpnog |
URL Officiel | https://chromewebstore.google.com/detail/axie-addon/ehmmohmdikjlaaekfmnahkbffjbdpnog |
Description | extension for Axie Infinity Marketplace. |
Taille du Fichier | 20.64 KB |
Nombre d'Installations | 194 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2021-11-03 |
Date de Publication | 2021-10-19 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | DrRrof |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/lmReef/axie-addon |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Axie Addon", "version": "1.2.0", "permissions": [ "activeTab" ], "description": "extension for Axie Infinity Marketplace.", "icons": { "32": "icons\/slp.png", "128": "icons\/slp-128.png" }, "browser_action": { "browser_style": true, "default_icon": { "32": "icons\/slp.png", "128": "icons\/slp.png" } }, "background": { "scripts": [ "browser-polyfill.min.js", "background.js" ] } } |