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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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