Axie Addon

extension for Axie Infinity Marketplace.

Axie Addonคืออะไร?

Axie Addon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DrRrof และคุณลักษณะหลักของมันคือ "extension for Axie Infinity Marketplace."

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Axie Addon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Simple addon for Axie Infinity Marketplace that makes price analysis of axies a little bit quicker.

- Clicking on the extension button while viewing an axie will open a search in a new tab with that axie's class + parts.
- Clicking on the extension button while not viewing an axie opens the site (https://marketplace.axieinfinity.com/) in a new tab.

Could potentially be expanded on if any ideas.

https://addons.mozilla.org/en-US/firefox/addon/axie-addon/

If you find the addon useful consider sending me a small tip (obviously optional):
Ronin: ronin:ba79d7f15b9c17570d77e70cac4b5fd3838083ea
MetaMask (ETH Mainnet + BSC): 0x0235C9D8413b4807602468Ed363dfAa8A1c5Cde2                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Axie Addon Axie Addon
ID ehmmohmdikjlaaekfmnahkbffjbdpnog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/axie-addon/ehmmohmdikjlaaekfmnahkbffjbdpnog
คำอธิบาย extension for Axie Infinity Marketplace.
ขนาดไฟล์ 20.64 KB
จำนวนการติดตั้ง 194
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2021-11-03
วันที่เผยแพร่ 2021-10-19
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา DrRrof
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/lmReef/axie-addon
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Axie Addon",
    "version": "1.2.0",
    "permissions": [
        "activeTab"
    ],
    "description": "extension for Axie Infinity Marketplace.",
    "icons": {
        "32": "icons\/slp.png",
        "128": "icons\/slp-128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "32": "icons\/slp.png",
            "128": "icons\/slp.png"
        }
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ]
    }
}