BASC ME Tool

Adds rank details and ribbons to Magic Eden.

BASC ME Toolとは何ですか?

BASC ME Toolはexxemptによって開発されたChromeの拡張機能で、その主な機能は「Adds rank details and ribbons to Magic Eden.」です。

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

screenshot
screenshot

BASC ME Tool拡張機能のCRXファイルをダウンロード

BASC ME Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Provide on site, trait ranking data for the Bored Ape Solana Club NFT collection right on the Magic Eden Marketplace.                    

拡張機能の基本情報

名前 BASC ME Tool BASC ME Tool
ID acilpehmkdennemmdkbmanfnfdplfgaa
公式URL https://chromewebstore.google.com/detail/basc-me-tool/acilpehmkdennemmdkbmanfnfdplfgaa
説明 Adds rank details and ribbons to Magic Eden.
ファイルサイズ 69.22 KB
インストール数 215
現在のバージョン 1.1
最終更新日 2022-04-20
公開日 2022-02-21
評価 5.00/5 合計 3 レビュー
開発者 exxempt
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.basc.app/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BASC ME Tool",
    "description": "Adds rank details and ribbons to Magic Eden.",
    "version": "1.1",
    "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\/bored_ape_solana_club"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ]
}