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