CNFT Predator

CNFT Predator

Stay ahead of the pack with the CNFT Predator search tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CNFT Predator",
  "version": "5.73",
  "manifest_version": 2,
  "description": "Stay ahead of the pack with the CNFT Predator search tool.",
  "icons": {
    "512": "images/claw.png"
  },
  "browser_action": {
    "default_icon": "images/claw.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "notifications",
    "alarms",
    "https://*.jpg.store/*",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.jpg.store/*"
      ],
      "js": [
        "inject_rarities/rarities.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://5c0a02e10698.ngrok.io/*",
      "https://*.cnftjungle.io/*",
      "https://*.jngl.io/*",
      "https://*.jpg.store/*"
    ]
  }
}