RankNFT.io - NFT ranks and rarity score

RankNFT.io - NFT ranks and rarity score

NFT rarity rankings for items published on Opensea & LooksRare marketplaces. Get data about new collections before everyone else.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "RankNFT.io - NFT ranks and rarity score",
  "description": "NFT rarity rankings for items published on Opensea & LooksRare marketplaces. Get data about new collections before everyone else.",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "background": {
    "scripts": [
      "js/bg-min.js"
    ]
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://*.opensea.io/*",
        "https://*.looksrare.org/*"
      ],
      "css": [
        "css/cs.css"
      ],
      "js": [
        "js/cs-min.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon_48.png",
    "default_popup": "html/popup.html",
    "default_title": "RankNFT.io"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "tabs",
    "storage",
    "http://opensea.io/*",
    "https://opensea.io/*",
    "http://looksrare.org/*",
    "https://looksrare.org/*"
  ],
  "version": "1.0.4"
}