Age Limit Remover for Youtube

Age Limit Remover for Youtube

Removes age limits for YouTube without needing to login.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "AgeRemove",
  "version": "1.1",
  "description": "Removes age limits for youtube without needing to login.",
  "icons": {
    "48": "icon48.png"
  },
  "browser_action": {
    "default_icon": "icon32.png",
    "default_title": "AgeRemove",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "AgeRemove.js"
      ]
    }
  ]
}