ChillAxie

An extension brings various features to help playing axieinfinity.com

ChillAxie क्या है?

ChillAxie ThaoHuyen1997 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension brings various features to help playing axieinfinity.com"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Version 1.0.0:
     - Find cheapest axies with advanced search tools.
     - Axie Ability cards version 19
     - Favorites
     - Tracking ETH, AXS, SLP price.
Version 1.5.1:
    - Showing axie's Purity and axie's stats on marketplace page
Version 1.6.0:
    - Correct the ability cards 
    - able to view Axie cards on marketplace page
    - Update to chrome manifest version 3
Version 1.8.0:
   - fix bugs

version 2.1.0:
 -  Update to axie 2.0 and fix bugs                    

एक्सटेंशन की मूल जानकारी

नाम ChillAxie ChillAxie
ID odfjelfbckcbnmncemcdcdidjncbfhid
आधिकारिक URL https://chromewebstore.google.com/detail/chillaxie/odfjelfbckcbnmncemcdcdidjncbfhid
विवरण An extension brings various features to help playing axieinfinity.com
फ़ाइल का आकार 916 KB
स्थापना संख्या 46
वर्तमान संस्करण 2.2.0
अंतिम अपडेट 2024-01-24
प्रकाशन तिथि 2021-11-26
रेटिंग 5.00/5 कुल 81 रेटिंग्स
डेवलपर ThaoHuyen1997
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.2.0",
    "manifest_version": 3,
    "name": "ChillAxie",
    "description": "An extension brings various features to help playing axieinfinity.com",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "icons": {
        "128": "img\/icon.png"
    }
}