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
公式URL 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\/*"
    ]
}