Axie Addon

extension for Axie Infinity Marketplace.

Axie Addon là gì?

Axie Addon là một tiện ích mở rộng Chrome được phát triển bởi DrRrof, và tính năng chính của nó là "extension for Axie Infinity Marketplace.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Axie Addon 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

                        Simple addon for Axie Infinity Marketplace that makes price analysis of axies a little bit quicker.

- Clicking on the extension button while viewing an axie will open a search in a new tab with that axie's class + parts.
- Clicking on the extension button while not viewing an axie opens the site (https://marketplace.axieinfinity.com/) in a new tab.

Could potentially be expanded on if any ideas.

https://addons.mozilla.org/en-US/firefox/addon/axie-addon/

If you find the addon useful consider sending me a small tip (obviously optional):
Ronin: ronin:ba79d7f15b9c17570d77e70cac4b5fd3838083ea
MetaMask (ETH Mainnet + BSC): 0x0235C9D8413b4807602468Ed363dfAa8A1c5Cde2                    

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

Tên Axie Addon Axie Addon
ID ehmmohmdikjlaaekfmnahkbffjbdpnog
URL Chính Thức https://chromewebstore.google.com/detail/axie-addon/ehmmohmdikjlaaekfmnahkbffjbdpnog
Mô tả extension for Axie Infinity Marketplace.
Kích Thước Tệp 20.64 KB
Số Lần Cài Đặt 194
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2021-11-03
Ngày Phát Hành 2021-10-19
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển DrRrof
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/lmReef/axie-addon
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Axie Addon",
    "version": "1.2.0",
    "permissions": [
        "activeTab"
    ],
    "description": "extension for Axie Infinity Marketplace.",
    "icons": {
        "32": "icons\/slp.png",
        "128": "icons\/slp-128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "32": "icons\/slp.png",
            "128": "icons\/slp.png"
        }
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ]
    }
}