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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

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