BASC ME Tool
Adds rank details and ribbons to Magic Eden.
What is BASC ME Tool?
BASC ME Tool is a Chrome extension developed by exxempt, and its main feature is "Adds rank details and ribbons to Magic Eden.".
Extension Screenshots
Download BASC ME Tool Extension CRX File
Download BASC 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 Bored Ape Solana Club NFT collection right on the Magic Eden Marketplace.
Extension Basic Information
Name | BASC ME Tool |
ID | acilpehmkdennemmdkbmanfnfdplfgaa |
Official URL | https://chromewebstore.google.com/detail/basc-me-tool/acilpehmkdennemmdkbmanfnfdplfgaa |
Description | Adds rank details and ribbons to Magic Eden. |
File Size | 69.22 KB |
Installation Count | 215 |
Current Version | 1.1 |
Last Updated | 2022-04-20 |
Publish Date | 2022-02-21 |
Rating | 5.00/5 Total 3 Ratings |
Developer | exxempt |
[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": "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" ] } ] } |