Steam Age Verification Remover

Steam Age Verification Remover

Steam Age Verification Remover removes Steam's annoying age verification.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "strict_min_version": "52.0",
      "id": "{5ed2e37b-2906-4809-9498-afca170443d0}"
    }
  },
  "manifest_version": 2,
  "name": "Steam Age Verification Remover",
  "version": "1.1.2resigned1",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "icons": {
    "64": "icons/icon64.png"
  },
  "background": {
    "scripts": [
      "lib/cookie.js",
      "bgscript.js"
    ]
  },
  "permissions": [
    "*://store.steampowered.com/*",
    "cookies"
  ]
}