AxiePlus Market - Axie Infinity

Optimizes site usability and adds useful features

什么是AxiePlus Market - Axie Infinity?

AxiePlus Market - Axie Infinity是由niboc开发的Chrome扩展程序,该扩展的主要功能是“Optimizes site usability and adds useful features”。

扩展截图

screenshot
screenshot
screenshot

下载AxiePlus Market - Axie Infinity扩展crx文件

下载AxiePlus Market - Axie Infinity扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 AxiePlus Market - Axie Infinity AxiePlus Market - Axie Infinity
ID lalccnpfbcdfapnnigaapjdfehfpjdnj
官方URL https://chromewebstore.google.com/detail/axieplus-market-axie-infi/lalccnpfbcdfapnnigaapjdfehfpjdnj
简介 Optimizes site usability and adds useful features
文件大小 3.36 MB
安装次数 590
当前版本 0.7.1
更新时间 2024-01-13
上架时间 2022-05-31
评分 5.00/5 共4次评分
开发者 niboc
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        }
    }
}