ChillAxie

An extension brings various features to help playing axieinfinity.com

什么是ChillAxie?

ChillAxie是由ThaoHuyen1997开发的Chrome扩展程序,该扩展的主要功能是“An extension brings various features to help playing axieinfinity.com”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载ChillAxie扩展crx文件

下载ChillAxie扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}