Access Key Rarity Tool

Access Key Rarity Tool

The only tool you will need to accurately trade NFTs with the most concise information.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Access Key Rarity Tool",
  "author": "P Guardiario <[email protected]>",
  "manifest_version": 3,
  "version": "1.0.7",
  "description": "The only tool you will need to accurately trade NFTs with the most concise information.",
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon.png"
  },
  "host_permissions": [
    "https://*.opensea.io/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "css": [
        "styles.css",
        "notifier/notifier.css"
      ],
      "js": [
        "content.js",
        "pageContextInject.js"
      ],
      "matches": [
        "https://*.opensea.io/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "notification.mp3",
        "js/2.js",
        "js/main.js",
        "js/runtime.js",
        "fastbuy.js",
        "ethers.js",
        "activate.js",
        "notifier/2.js",
        "notifier/main.js",
        "notifier/runtime.js",
        "notifier/notifier.css"
      ],
      "matches": [
        "https://*.opensea.io/*"
      ]
    }
  ],
  "permissions": [
    "webRequest",
    "storage",
    "notifications",
    "activeTab"
  ]
}