AxiePlus Market - Axie Infinity

Optimizes site usability and adds useful features

Cos'è AxiePlus Market - Axie Infinity?

AxiePlus Market - Axie Infinity è un'estensione di Chrome sviluppata da niboc, e la sua funzione principale è "Optimizes site usability and adds useful features".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AxiePlus Market - Axie Infinity

Scarica i file di estensione AxiePlus Market - Axie Infinity in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome AxiePlus Market - Axie Infinity AxiePlus Market - Axie Infinity
ID lalccnpfbcdfapnnigaapjdfehfpjdnj
URL Ufficiale https://chromewebstore.google.com/detail/axieplus-market-axie-infi/lalccnpfbcdfapnnigaapjdfehfpjdnj
Descrizione Optimizes site usability and adds useful features
Dimensione del File 3.36 MB
Conteggio Installazioni 590
Versione Corrente 0.7.1
Ultimo Aggiornamento 2024-01-13
Data di Pubblicazione 2022-05-31
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore niboc
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}