ChillAxie

An extension brings various features to help playing axieinfinity.com

O que é ChillAxie?

ChillAxie é uma extensão do Chrome desenvolvida por ThaoHuyen1997, e sua principal característica é "An extension brings various features to help playing axieinfinity.com".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ChillAxie

Baixe arquivos de extensão ChillAxie no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome ChillAxie ChillAxie
ID odfjelfbckcbnmncemcdcdidjncbfhid
URL Oficial https://chromewebstore.google.com/detail/chillaxie/odfjelfbckcbnmncemcdcdidjncbfhid
Descrição An extension brings various features to help playing axieinfinity.com
Tamanho do Arquivo 916 KB
Contagem de Instalações 46
Versão Atual 2.2.0
Última Atualização 2024-01-24
Data de Publicação 2021-11-26
Classificação 5.00/5 Total de 81 Avaliações
Desenvolvedor ThaoHuyen1997
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}