BASC ME Tool
Adds rank details and ribbons to Magic Eden.
Wat is BASC ME Tool?
BASC 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 BASC ME Tool
Download BASC 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 Bored Ape Solana Club NFT collection right on the Magic Eden Marketplace.
Basisinformatie over de Extensie
Naam | BASC ME Tool |
ID | acilpehmkdennemmdkbmanfnfdplfgaa |
Officiële URL | https://chromewebstore.google.com/detail/basc-me-tool/acilpehmkdennemmdkbmanfnfdplfgaa |
Beschrijving | Adds rank details and ribbons to Magic Eden. |
Bestandsgrootte | 69.22 KB |
Aantal Installaties | 215 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2022-04-20 |
Publicatiedatum | 2022-02-21 |
Beoordeling | 5.00/5 Totaal 3 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": "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" ] } ] } |