Netflix Go
Effortless binge-watching your favourite shows on Netflix! Netflix Go bypasses the "Continue Playing" pop-up, and lets you…
什么是Netflix Go?
Netflix Go是由https://www.joshivity.com开发的Chrome扩展程序,该扩展的主要功能是“Effortless binge-watching your favourite shows on Netflix! Netflix Go bypasses the "Continue Playing" pop-up, and lets you…”。
扩展截图
下载Netflix Go扩展crx文件
下载Netflix Go扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Effortless binge-watching your favourite shows on Netflix!
Netflix Go bypasses the "Continue Playing" pop-up, and lets you binge-watch your favourite shows endlessly!
Update Version 1.3:
- Now also skips the 15 second wait time between episodes. 扩展基本信息
| 名称 | |
| ID | paeeebcnfgiekoajpjllamdjihpbmokn |
| 官方URL | https://chromewebstore.google.com/detail/netflix-go/paeeebcnfgiekoajpjllamdjihpbmokn |
| 简介 | Effortless binge-watching your favourite shows on Netflix! Netflix Go bypasses the "Continue Playing" pop-up, and lets you… |
| 文件大小 | 9.26 KB |
| 安装次数 | 5,510 |
| 当前版本 | 1.4 |
| 更新时间 | 2016-01-26 |
| 上架时间 | 2016-01-26 |
| 评分 | 4.00/5 共12次评分 |
| 开发者 | https://www.joshivity.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Netflix Go",
"short_name": "netflix-go",
"version": "1.4",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.netflix.com\/*",
"http:\/\/www.netflix.com\/*"
],
"js": [
"action.js"
]
}
]
} | |