Activate Steam Key from Context Menu

Activate Steam Key from Context Menu

Provides a simple and convenient way to activate Steam Keys. Simply select/mark a Steam Key, Right-Click and click on 'Activate Steam Key' in the Context Menu. The Extension uses the newly available Steam Key Web activation and is fully automated.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "{fbd4f002-cfa9-4f50-ac44-d23398047d30}"
    }
  },
  "manifest_version": 2,
  "name": "Activate Steam Key from Context Menu",
  "description": "Use the right-click menu to activate selected steam key",
  "version": "1.2.2",
  "content_security_policy": "default-src 'self' ",
  "permissions": [
    "contextMenus",
    "http://*/",
    "https://*/"
  ],
  "background": {
    "scripts": [
      "js/skactivater.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "images/ico32.png"
  },
  "icons": {
    "16": "images/ico16.png",
    "32": "images/ico32.png",
    "48": "images/ico48.png",
    "64": "images/ico64.png",
    "128": "images/ico128.png"
  }
}