Axie Addon
extension for Axie Infinity Marketplace.
Was ist Axie Addon?
Axie Addon ist eine Chrome-Erweiterung, die von DrRrof entwickelt wurde, und ihr Hauptmerkmal ist "extension for Axie Infinity Marketplace.".
Erweiterungsscreenshots
Axie Addon-Erweiterungs-CRX-Datei herunterladen
Laden Sie Axie Addon-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
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
Grundlegende Informationen zur Erweiterung
Name | Axie Addon |
ID | ehmmohmdikjlaaekfmnahkbffjbdpnog |
Offizielle URL | https://chromewebstore.google.com/detail/axie-addon/ehmmohmdikjlaaekfmnahkbffjbdpnog |
Beschreibung | extension for Axie Infinity Marketplace. |
Dateigröße | 20.64 KB |
Installationsanzahl | 194 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2021-11-03 |
Veröffentlichungsdatum | 2021-10-19 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | DrRrof |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/lmReef/axie-addon |
Unterstützte Sprachen | 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" ] } } |