AxiePlus Market - Axie Infinity

Optimizes site usability and adds useful features

AxiePlus Market - Axie Infinity là gì?

AxiePlus Market - Axie Infinity là một tiện ích mở rộng Chrome được phát triển bởi niboc, và tính năng chính của nó là "Optimizes site usability and adds useful features".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AxiePlus Market - Axie Infinity

Tải xuống các tệp mở rộng AxiePlus Market - Axie Infinity dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AxiePlus Market - Axie Infinity AxiePlus Market - Axie Infinity
ID lalccnpfbcdfapnnigaapjdfehfpjdnj
URL Chính Thức https://chromewebstore.google.com/detail/axieplus-market-axie-infi/lalccnpfbcdfapnnigaapjdfehfpjdnj
Mô tả Optimizes site usability and adds useful features
Kích Thước Tệp 3.36 MB
Số Lần Cài Đặt 590
Phiên Bản Hiện Tại 0.7.1
Cập Nhật Lần Cuối 2024-01-13
Ngày Phát Hành 2022-05-31
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển niboc
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}