AxieTools

A collection useful tools to play axie infinity game

AxieTools क्या है?

AxieTools Axietools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A collection useful tools to play axie infinity game"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AxieTools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}