Putlocker Video Navigation Buttons
This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video.
ما هو Putlocker Video Navigation Buttons؟
Putlocker Video Navigation Buttons هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Putlocker Video Navigation Buttons
قم بتنزيل ملفات الامتداد Putlocker Video Navigation Buttons بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds next episode and previous episode buttons which allow you to move forward and backwards through the TV show that you are watching on "www.putlockertv.is" (formerly putlocker.is/putlockers.ch). Perfect for binge-watching your favourite shows, this extension will remove the hassle of trying to find the next episode and instead deliver it to you in the click of a button!
معلومات أساسية عن التمديد
الاسم | Putlocker Video Navigation Buttons |
ID | hnhdbkehcmilaegpidfhocgjnhbkdjaf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/putlocker-video-navigatio/hnhdbkehcmilaegpidfhocgjnhbkdjaf |
الوصف | This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video. |
حجم الملف | 180 KB |
عدد التثبيتات | 77 |
النسخة الحالية | 1.2 |
آخر تحديث | 2017-03-11 |
تاريخ النشر | 2017-03-11 |
تقييم | 4.60/5 مجموع تقييمات 5 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Putlocker Video Navigation Buttons", "description": "This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is\/putlockers.ch) underneath the video.", "version": "1.2", "content_scripts": [ { "matches": [ "http:\/\/putlockertv.is\/watch*season*episode*" ], "js": [ "myscript.js" ] } ], "web_accessible_resources": [ "*.png" ], "icons": { "128": "icon-128.png", "48": "icon-48.png" }, "permissions": [ "http:\/\/putlockertv.is\/*" ] } |