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
Eメール [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"
        }
    }
}