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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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
Eメール [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"
            ]
        }
    ]
}