Locker Bypass

Locker Bypass

Avoid ads on Putlocker by using the keyboard to start a video instead of clicking.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "permissions": [
      "activeTab",
      "tabs"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "lockerbypass.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "description": "Avoid ads on Putlocker by using the keyboard to start a video instead of clicking.",
  "icons": {
    "16": "assets/ico16.png",
    "48": "assets/ico48.png",
    "128": "assets/ico128.png"
  },
  "manifest_version": 2,
  "name": "Locker Bypass",
  "version": "1.0",
  "web_accessible_resources": [
    "player6/*",
    "injected.js",
    "assets/*"
  ]
}