AxieTools

A collection useful tools to play axie infinity game

ما هو AxieTools؟

AxieTools هو إضافة Chrome تم تطويرها بواسطة Axietools، والميزة الرئيسية لها هي "A collection useful tools to play axie infinity game".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة AxieTools

قم بتنزيل ملفات الامتداد AxieTools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        The extension provides those features:
- Advanced Search which add extra filter  such as: Purity percent 
- Option to show genes, show ability cards
- Display stats
- Save the search for later use
- Tracking price of those tokens: ETH,AXS,SLP

UPDATE:
12/12/2021: Remove display filter in user profile
15/12/2021: display error if axie infinity server goes down
17/12/2021: 
     - Able to view similar axies
     - Show genes in axie's detail page
     - fix css problem in marketplace page
11/3/2022:
   - Update to Axie V2                    

معلومات أساسية عن التمديد

الاسم AxieTools AxieTools
ID aobnppiikpflbdngollfonnmbkillgji
عنوان URL الرسمي https://chromewebstore.google.com/detail/axietools/aobnppiikpflbdngollfonnmbkillgji
الوصف A collection useful tools to play axie infinity game
حجم الملف 1.34 MB
عدد التثبيتات 133
النسخة الحالية 2.0.0
آخر تحديث 2024-01-24
تاريخ النشر 2021-12-11
تقييم 4.77/5 مجموع تقييمات 86
المطور Axietools
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "manifest_version": 3,
    "name": "AxieTools",
    "description": "A collection useful tools to play axie infinity game",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "img\/icon.png"
    }
}