AxieTools

A collection useful tools to play axie infinity game

Was ist AxieTools?

AxieTools ist eine Chrome-Erweiterung, die von Axietools entwickelt wurde, und ihr Hauptmerkmal ist "A collection useful tools to play axie infinity game".

Erweiterungsscreenshots

screenshot
screenshot

AxieTools-Erweiterungs-CRX-Datei herunterladen

Laden Sie AxieTools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name AxieTools AxieTools
ID aobnppiikpflbdngollfonnmbkillgji
Offizielle URL https://chromewebstore.google.com/detail/axietools/aobnppiikpflbdngollfonnmbkillgji
Beschreibung A collection useful tools to play axie infinity game
Dateigröße 1.34 MB
Installationsanzahl 133
Aktuelle Version 2.0.0
Letztes Update 2024-01-24
Veröffentlichungsdatum 2021-12-11
Bewertung 4.77/5 Insgesamt 86 Bewertungen
Entwickler Axietools
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}