Key-Drop Extension

Key-Drop Extension

Boost your Key-Drop experience with a dedicated browser extension. Get real-time access to your inventory, sell skins with one click, manage your items with ease, and see detailed stats. All Key-Drop.com features in one convenient interface!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Key-Drop Extension",
  "description": "__MSG_description__",
  "version": "1.0.3",
  "manifest_version": 3,
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "42.0"
    }
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Key-drop",
    "default_icon": {
      "16": "favicon-16x16.png",
      "32": "favicon-32x32.png",
      "48": "favicon-48x48.png",
      "128": "favicon-128x128.png"
    }
  },
  "icons": {
    "16": "favicon-16x16.png",
    "32": "favicon-32x32.png",
    "48": "favicon-48x48.png",
    "128": "favicon-128x128.png"
  },
  "permissions": [
    "cookies"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.steamcommunity.com/*"
      ],
      "js": [
        "content-script.js"
      ],
      "css": [
        "content-script.css"
      ]
    }
  ]
}