Locker Bypass

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

¿Qué es Locker Bypass?

Locker Bypass es una extensión de Chrome desarrollada por bastump987, y su función principal es "Avoid ads on Putlocker by using the keyboard to start a video instead of clicking.".

Descargar Archivo CRX de la Extensión Locker Bypass

Descarga archivos de extensión Locker Bypass en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        By interacting with the JWPlayer API present on Putlocker video pages, this extension is able to bypass the annoying pair of ads that will always show when trying to click on the video element.  Hitting [ENTER] on a page with the "LB" icon will take you to the direct link for the video (in a new tab), with which you can stream or download the file.

No copyright infringement is intended by this extension - it is for educational/personal use only.                    

Información Básica de la Extensión

Nombre Locker Bypass Locker Bypass
ID hdbiemgkkkcoifcejjifnnealejkhjob
URL Oficial https://chrome.google.com/webstore/detail/locker-bypass/hdbiemgkkkcoifcejjifnnealejkhjob
Descripción Avoid ads on Putlocker by using the keyboard to start a video instead of clicking.
Tamaño del Archivo 161 KB
Cantidad de Instalaciones 121
Versión Actual 1.0
Última Actualización 2017-01-15
Fecha de Publicación 2017-01-15
Calificación 2.25/5 Total de 4 Calificaciones
Desarrollador bastump987
Tipo de Pago free
Idiomas Soportados en
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": [
                ""
            ]
        }
    ],
    "description": "Avoid ads on Putlocker by using the keyboard to start a video instead of clicking.",
    "icons": {
        "128": "assets\/ico128.png",
        "16": "assets\/ico16.png",
        "48": "assets\/ico48.png"
    },
    "manifest_version": 2,
    "name": "Locker Bypass",
    "version": "1.0",
    "web_accessible_resources": [
        "player6\/*",
        "injected.js",
        "assets\/*"
    ]
}