NFT to silly jpeg

NFT to silly jpeg

Replaces the text 'NFT' with 'silly jpg'.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "NFT to silly jpeg",
  "version": "1.0",
  "description": "Replaces the text 'NFT' with 'silly jpg'.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": []
}