AxiePlus Market - Axie Infinity

Optimizes site usability and adds useful features

What is AxiePlus Market - Axie Infinity?

AxiePlus Market - Axie Infinity is a Chrome extension developed by niboc, and its main feature is "Optimizes site usability and adds useful features".

Extension Screenshots

screenshot
screenshot
screenshot

Download AxiePlus Market - Axie Infinity Extension CRX File

Download AxiePlus Market - Axie Infinity 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

                        Improve your experience on Axie Infinity with our Chrome extension! Our tool rearranges some elements on the site to make it easier to use and adds a useful functionality: a direct access to search for similar axies to the one you are viewing. We are working on more improvements and features that will be added in the future, so make sure to have our extension installed to not miss any updates! Download our extension today and enhance your experience on Axie Infinity!                    

Extension Basic Information

Name AxiePlus Market - Axie Infinity AxiePlus Market - Axie Infinity
ID lalccnpfbcdfapnnigaapjdfehfpjdnj
Official URL https://chromewebstore.google.com/detail/axieplus-market-axie-infi/lalccnpfbcdfapnnigaapjdfehfpjdnj
Description Optimizes site usability and adds useful features
File Size 3.36 MB
Installation Count 590
Current Version 0.7.1
Last Updated 2024-01-13
Publish Date 2022-05-31
Rating 5.00/5 Total 4 Ratings
Developer niboc
Email [email protected]
Payment Type free
Supported Languages en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_description__",
    "version": "0.7.1",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "icons\/19x19.png",
        "32": "icons\/38x38.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.axieinfinity.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "show_matches": [
            ""
        ]
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    }
}