AxieTools

A collection useful tools to play axie infinity game

AxieTools là gì?

AxieTools là một tiện ích mở rộng Chrome được phát triển bởi Axietools, và tính năng chính của nó là "A collection useful tools to play axie infinity game".

Ả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 AxieTools

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

                        The extension provides those features:
- Advanced Search which add extra filter  such as: Purity percent 
- Option to show genes, show ability cards
- Display stats
- Save the search for later use
- Tracking price of those tokens: ETH,AXS,SLP

UPDATE:
12/12/2021: Remove display filter in user profile
15/12/2021: display error if axie infinity server goes down
17/12/2021: 
     - Able to view similar axies
     - Show genes in axie's detail page
     - fix css problem in marketplace page
11/3/2022:
   - Update to Axie V2                    

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

Tên AxieTools AxieTools
ID aobnppiikpflbdngollfonnmbkillgji
URL Chính Thức https://chromewebstore.google.com/detail/axietools/aobnppiikpflbdngollfonnmbkillgji
Mô tả A collection useful tools to play axie infinity game
Kích Thước Tệp 1.34 MB
Số Lần Cài Đặt 133
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2024-01-24
Ngày Phát Hành 2021-12-11
Đánh Giá 4.77/5 Tổng số 86 Đánh Giá
Nhà Phát Triển Axietools
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "manifest_version": 3,
    "name": "AxieTools",
    "description": "A collection useful tools to play axie infinity game",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "img\/icon.png"
    }
}