Netflix Enhanced
Extension to enhance your Netflix experience
什么是Netflix Enhanced?
Netflix Enhanced是由T.A.E Developers开发的Chrome扩展程序,该扩展的主要功能是“Extension to enhance your Netflix experience”。
扩展截图
下载Netflix Enhanced扩展crx文件
下载Netflix Enhanced扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension for Netflix that enables the user to automatically skip introductions, recaps, interruptions and more.
Options available to enable and disable features as desired.
Disclaimer:
NETFLIX is a trademark of Netflix, Inc.. This application is not affiliated with Netflix, Inc.. 扩展基本信息
| 名称 | |
| ID | gepdfpfaoconabdpgaaklcmgbagbponn |
| 官方URL | https://chromewebstore.google.com/detail/netflix-enhanced/gepdfpfaoconabdpgaaklcmgbagbponn |
| 简介 | Extension to enhance your Netflix experience |
| 文件大小 | 104 KB |
| 安装次数 | 32 |
| 当前版本 | 0.0.6 |
| 更新时间 | 2020-05-31 |
| 上架时间 | 2020-05-30 |
| 开发者 | T.A.E Developers |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Netflix Enhanced",
"version": "0.0.6",
"description": "Extension to enhance your Netflix experience",
"icons": {
"128": "images\/icons128.png",
"48": "images\/icons48.png",
"16": "images\/icons16.png"
},
"options_ui": {
"page": "options\/options.html",
"open_in_tab": false
},
"content_scripts": [
{
"matches": [
"*:\/\/*.netflix.com\/*"
],
"js": [
"scripts\/global.js",
"scripts\/variables.js",
"scripts\/content.js",
"scripts\/jquery.js"
]
}
],
"permissions": [
"*:\/\/www.netflix.com\/*",
"storage"
]
} | |