NFTBank.ai - NFT Valuation

NFTBank.ai - NFT Valuation

Check NFT price with the most accurate NFT Valuation Tool powered by NFTBank.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "NFTBank.ai - NFT Valuation",
  "version": "0.4.1",
  "description": "Check NFT price with the most accurate NFT Valuation Tool powered by NFTBank.",
  "web_accessible_resources": [
    {
      "resources": [
        "logo.png",
        "logo_black.png",
        "logo_circle.png",
        "logo_circle_black.png",
        "arrow_up.png"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "./static/js/content.js",
        "./static/js/itemDetail.js",
        "./static/js/collectionDetail.js",
        "./static/js/collectionActivity.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "./static/js/background.js"
  },
  "host_permissions": [
    "https://*.opensea.io/*"
  ],
  "optional_permissions": [
    "tabs"
  ],
  "icons": {
    "16": "/images/icon_16.png",
    "32": "/images/icon_32.png",
    "48": "/images/icon_48.png",
    "128": "/images/icon_128.png"
  }
}