Locker Bypass

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

Wat is Locker Bypass?

Locker Bypass is een Chrome-extensie ontwikkeld door bastump987, en de belangrijkste functie is "Avoid ads on Putlocker by using the keyboard to start a video instead of clicking.".

Download het CRX-bestand van de extensie Locker Bypass

Download Locker Bypass-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Locker Bypass Locker Bypass
ID hdbiemgkkkcoifcejjifnnealejkhjob
Officiële URL https://chrome.google.com/webstore/detail/locker-bypass/hdbiemgkkkcoifcejjifnnealejkhjob
Beschrijving Avoid ads on Putlocker by using the keyboard to start a video instead of clicking.
Bestandsgrootte 161 KB
Aantal Installaties 121
Huidige Versie 1.0
Laatst Bijgewerkt 2017-01-15
Publicatiedatum 2017-01-15
Beoordeling 2.25/5 Totaal 4 Beoordelingen
Ontwikkelaar bastump987
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}