Dillo ME Tool
Adds rank details and ribbons to Magic Eden.
什么是Dillo ME Tool?
Dillo ME Tool是由exxempt开发的Chrome扩展程序,该扩展的主要功能是“Adds rank details and ribbons to Magic Eden.”。
扩展截图
下载Dillo ME Tool扩展crx文件
下载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 |
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" ] } ] } |