ChillAxie

An extension brings various features to help playing axieinfinity.com

Co je ChillAxie?

ChillAxie je rozšíření Chrome vyvinuté ThaoHuyen1997, a jeho hlavní funkcí je „An extension brings various features to help playing axieinfinity.com“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření ChillAxie

Stáhněte si soubory rozšíření ChillAxie ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název ChillAxie ChillAxie
ID odfjelfbckcbnmncemcdcdidjncbfhid
Oficiální URL https://chromewebstore.google.com/detail/chillaxie/odfjelfbckcbnmncemcdcdidjncbfhid
Popis An extension brings various features to help playing axieinfinity.com
Velikost souboru 916 KB
Počet instalací 46
Aktuální Verze 2.2.0
Poslední Aktualizace 2024-01-24
Datum Vydání 2021-11-26
Hodnocení 5.00/5 Celkem 81 Hodnocení
Vývojář ThaoHuyen1997
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}