Dillo ME Tool

Adds rank details and ribbons to Magic Eden.

Dillo ME Toolคืออะไร?

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

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

screenshot
screenshot
screenshot

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

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

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

                        Provide on site, trait ranking data for the Angry Armadillos & Doomed Armadillos NFT collection right on the Magic Eden Marketplace.                    

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

ชื่อ Dillo ME Tool Dillo ME Tool
ID adeiiccfiaoojihmdgicoicobbonalkk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dillo-me-tool/adeiiccfiaoojihmdgicoicobbonalkk
คำอธิบาย Adds rank details and ribbons to Magic Eden.
ขนาดไฟล์ 88.62 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2022-04-20
วันที่เผยแพร่ 2022-02-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา exxempt
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.basc.app/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dillo ME Tool",
    "description": "Adds rank details and ribbons to Magic Eden.",
    "version": "1.2",
    "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\/angry_armadillos*",
                "https:\/\/magiceden.io\/marketplace\/doomed_armadillos*"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ]
}