AxieTools

A collection useful tools to play axie infinity game

什麼是AxieTools?

AxieTools是由Axietools開發的Chrome擴展程式,該擴展的主要功能是“A collection useful tools to play axie infinity game”。

擴展截圖

screenshot
screenshot

下載AxieTools擴展crx文件

下載AxieTools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 AxieTools AxieTools
ID aobnppiikpflbdngollfonnmbkillgji
官方網址 https://chromewebstore.google.com/detail/axietools/aobnppiikpflbdngollfonnmbkillgji
簡介 A collection useful tools to play axie infinity game
檔案大小 1.34 MB
安裝次數 133
目前版本 2.0.0
更新時間 2024-01-24
上架時間 2021-12-11
評分 4.77/5 共 86 次評分
開發者 Axietools
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}