CDKeys.com

CDKeys.com

Search online for your favourite games and always know if they are available to download at CDKeys.com

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CDKeys.com",
  "version": "1.71",
  "description": "Search online for your favourite games and always know if they are available to download at CDKeys.com",
  "icons": {
    "16": "img/16x16.png",
    "48": "img/48x48.png",
    "128": "img/128x128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.amazon.co.uk/*",
        "https://*.amazon.com/*",
        "https://*.twitch.tv/*",
        "https://*.steampowered.com/*",
        "https://*.instant-gaming.com/*",
        "https://*.mmoga.com/*",
        "https://*.mmoga.co.uk/*",
        "https://*.mmoga.de/*",
        "https://*.mmoga.fr/*",
        "https://*.mmoga.es/*",
        "https://*.mmoga.se/*",
        "https://*.gamivo.com/*",
        "https://*.mixer.com/*",
        "https://*.gocdkeys.com/*",
        "https://*.youtube.com/*",
        "https://*.g2a.com/*",
        "https://*.gg.deals/*",
        "https://*.cdkeys.test/*",
        "https://*.cdkeys.com/*"
      ],
      "css": [
        "css/styles.css"
      ],
      "js": [
        "js/jquery-3.4.1.min.js",
        "js/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/logo.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "manifest_version": 3,
  "action": {
    "default_icon": "img/favicon.png"
  },
  "content_security_policy": {},
  "host_permissions": [
    "https://cdkeys.test/",
    "https://www.cdkeys.com/"
  ]
}