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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}