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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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