Dillo ME Tool
Adds rank details and ribbons to Magic Eden.
Wat is Dillo ME Tool?
Dillo ME Tool is een Chrome-extensie ontwikkeld door exxempt, en de belangrijkste functie is "Adds rank details and ribbons to Magic Eden.".
Extensie Screenshots
Download het CRX-bestand van de extensie Dillo ME Tool
Download Dillo ME Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Provide on site, trait ranking data for the Angry Armadillos & Doomed Armadillos NFT collection right on the Magic Eden Marketplace.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | adeiiccfiaoojihmdgicoicobbonalkk | 
| Officiële URL | https://chromewebstore.google.com/detail/dillo-me-tool/adeiiccfiaoojihmdgicoicobbonalkk | 
| Beschrijving | Adds rank details and ribbons to Magic Eden. | 
| Bestandsgrootte | 88.62 KB | 
| Aantal Installaties | 49 | 
| Huidige Versie | 1.2 | 
| Laatst Bijgewerkt | 2022-04-20 | 
| Publicatiedatum | 2022-02-25 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | exxempt | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://www.basc.app/ | 
| Ondersteunde Talen | 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"
            ]
        }
    ]
}  |  |