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 là gì?
Putlocker Video Navigation Buttons là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Putlocker Video Navigation Buttons
Tải xuống các tệp mở rộng Putlocker Video Navigation Buttons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Putlocker Video Navigation Buttons |
ID | hnhdbkehcmilaegpidfhocgjnhbkdjaf |
URL Chính Thức | https://chromewebstore.google.com/detail/putlocker-video-navigatio/hnhdbkehcmilaegpidfhocgjnhbkdjaf |
Mô tả | This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video. |
Kích Thước Tệp | 180 KB |
Số Lần Cài Đặt | 77 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2017-03-11 |
Ngày Phát Hành | 2017-03-11 |
Đánh Giá | 4.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |