BASC ME Tool

Adds rank details and ribbons to Magic Eden.

BASC ME Toolคืออะไร?

BASC ME Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย exxempt และคุณลักษณะหลักของมันคือ "Adds rank details and ribbons to Magic Eden."

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

screenshot
screenshot

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

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

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

                        Provide on site, trait ranking data for the Bored Ape Solana Club NFT collection right on the Magic Eden Marketplace.                    

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

ชื่อ BASC ME Tool BASC ME Tool
ID acilpehmkdennemmdkbmanfnfdplfgaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/basc-me-tool/acilpehmkdennemmdkbmanfnfdplfgaa
คำอธิบาย Adds rank details and ribbons to Magic Eden.
ขนาดไฟล์ 69.22 KB
จำนวนการติดตั้ง 215
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-04-20
วันที่เผยแพร่ 2022-02-21
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา exxempt
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.basc.app/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BASC ME Tool",
    "description": "Adds rank details and ribbons to Magic Eden.",
    "version": "1.1",
    "manifest_version": 3,
    "author": "Exxempt",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "96": "images\/icon96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/magiceden.io\/marketplace\/bored_ape_solana_club"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ]
}