ChillAxie

An extension brings various features to help playing axieinfinity.com

ChillAxieคืออะไร?

ChillAxie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ThaoHuyen1997 และคุณลักษณะหลักของมันคือ "An extension brings various features to help playing axieinfinity.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChillAxie

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}