Locker Bypass

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

什麼是Locker Bypass?

Locker Bypass是由bastump987開發的Chrome擴展程式,該擴展的主要功能是“Avoid ads on Putlocker by using the keyboard to start a video instead of clicking.”。

下載Locker Bypass擴展crx文件

下載Locker Bypass擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Locker Bypass Locker Bypass
ID hdbiemgkkkcoifcejjifnnealejkhjob
官方網址 https://chrome.google.com/webstore/detail/locker-bypass/hdbiemgkkkcoifcejjifnnealejkhjob
簡介 Avoid ads on Putlocker by using the keyboard to start a video instead of clicking.
檔案大小 161 KB
安裝次數 121
目前版本 1.0
更新時間 2017-01-15
上架時間 2017-01-15
評分 2.25/5 共 4 次評分
開發者 bastump987
付費類型 free
支援的語言 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\/*"
    ]
}