ChillAxie

An extension brings various features to help playing axieinfinity.com

ChillAxie là gì?

ChillAxie là một tiện ích mở rộng Chrome được phát triển bởi ThaoHuyen1997, và tính năng chính của nó là "An extension brings various features to help playing axieinfinity.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChillAxie

Tải xuống các tệp mở rộng ChillAxie dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ChillAxie ChillAxie
ID odfjelfbckcbnmncemcdcdidjncbfhid
URL Chính Thức https://chromewebstore.google.com/detail/chillaxie/odfjelfbckcbnmncemcdcdidjncbfhid
Mô tả An extension brings various features to help playing axieinfinity.com
Kích Thước Tệp 916 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 2.2.0
Cập Nhật Lần Cuối 2024-01-24
Ngày Phát Hành 2021-11-26
Đánh Giá 5.00/5 Tổng số 81 Đánh Giá
Nhà Phát Triển ThaoHuyen1997
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}