Axie Addon
extension for Axie Infinity Marketplace.
What is Axie Addon?
Axie Addon is a Chrome extension developed by DrRrof, and its main feature is "extension for Axie Infinity Marketplace.".
Extension Screenshots
Download Axie Addon Extension CRX File
Download Axie Addon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Axie Addon |
ID | ehmmohmdikjlaaekfmnahkbffjbdpnog |
Official URL | https://chromewebstore.google.com/detail/axie-addon/ehmmohmdikjlaaekfmnahkbffjbdpnog |
Description | extension for Axie Infinity Marketplace. |
File Size | 20.64 KB |
Installation Count | 194 |
Current Version | 1.2.0 |
Last Updated | 2021-11-03 |
Publish Date | 2021-10-19 |
Rating | 4.00/5 Total 4 Ratings |
Developer | DrRrof |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/lmReef/axie-addon |
Supported Languages | 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" ] } } |