Dillo ME Tool

Adds rank details and ribbons to Magic Eden.

What is Dillo ME Tool?

Dillo ME Tool is a Chrome extension developed by exxempt, and its main feature is "Adds rank details and ribbons to Magic Eden.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Dillo ME Tool Extension CRX File

Download Dillo ME Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Dillo ME Tool Dillo ME Tool
ID adeiiccfiaoojihmdgicoicobbonalkk
Official URL https://chromewebstore.google.com/detail/dillo-me-tool/adeiiccfiaoojihmdgicoicobbonalkk
Description Adds rank details and ribbons to Magic Eden.
File Size 88.62 KB
Installation Count 49
Current Version 1.2
Last Updated 2022-04-20
Publish Date 2022-02-25
Rating 5.00/5 Total 1 Ratings
Developer exxempt
Email [email protected]
Payment Type free
Extension Website https://www.basc.app/
Supported Languages 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"
            ]
        }
    ]
}