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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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