BASC ME Tool

BASC ME Tool

Adds rank details and ribbons to Magic Eden.

Merlin
Additional files are visible only to premium users

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"
      ]
    }
  ]
}