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是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension adds video navigation buttons on putlockertv.is (formerly putlocker.is/putlockers.ch) underneath the video.”。
扩展截图
下载Putlocker Video Navigation Buttons扩展crx文件
下载Putlocker Video Navigation Buttons扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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! 扩展基本信息
| 名称 | |
| 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\/*"
]
} | |