Locker Bypass

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

Locker Bypassคืออะไร?

Locker Bypass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bastump987 และคุณลักษณะหลักของมันคือ "Avoid ads on Putlocker by using the keyboard to start a video instead of clicking."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Locker Bypass

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}