Reddit Age Bypass

Reddit Age Bypass

View mandatory age restricted posts without verifying.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Reddit Age Bypass",
  "version": "1.4",
  "description": "Pop up blocker for age verification on Reddit. View mandatory age restricted post comments.",
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/*"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": "icons/reddit_logo.png"
  },
  "permissions": [
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{511af489-ecf1-495b-a6a6-ffc73f9c5bcb}"
    }
  }
}