Axie Addon

extension for Axie Infinity Marketplace.

Wat is Axie Addon?

Axie Addon is een Chrome-extensie ontwikkeld door DrRrof, en de belangrijkste functie is "extension for Axie Infinity Marketplace.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Axie Addon

Download Axie Addon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Axie Addon Axie Addon
ID ehmmohmdikjlaaekfmnahkbffjbdpnog
Officiële URL https://chromewebstore.google.com/detail/axie-addon/ehmmohmdikjlaaekfmnahkbffjbdpnog
Beschrijving extension for Axie Infinity Marketplace.
Bestandsgrootte 20.64 KB
Aantal Installaties 194
Huidige Versie 1.2.0
Laatst Bijgewerkt 2021-11-03
Publicatiedatum 2021-10-19
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar DrRrof
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/lmReef/axie-addon
Ondersteunde Talen 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"
        ]
    }
}