Universe NFT Scanner

Universe NFT Scanner

Quickly see if Universe NFT planets are in the money.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Universe NFT Scanner",
  "description": "Quickly see if Universe NFT planets are in the money.",
  "version": "1.5",
  "icons": {
    "48": "img/planet.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://tofunft.com/*",
        "https://nftrade.com/*"
      ],
      "css": [
        "css/content.css",
        "css/popup.css"
      ],
      "js": [
        "js/lib/jquery.min.js",
        "js/content.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/*",
        "html/iframe.html"
      ],
      "matches": [
        "https://tofunft.com/*",
        "https://nftrade.com/*"
      ]
    }
  ],
  "action": {
    "default_icon": "img/planet.png",
    "default_title": "Click Me",
    "default_popup": "html/popup.html"
  }
}