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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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