Netflix Tweaks
Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…
什么是Netflix Tweaks?
Netflix Tweaks是由Bernhard Caspar开发的Chrome扩展程序,该扩展的主要功能是“Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…”。
扩展截图
下载Netflix Tweaks扩展crx文件
下载Netflix Tweaks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Netflix Tweaks
- Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles
- Remove ♪lyrics♪ from subtitles
- Keep the credits rolling in full screen
Options:
You can individually enable/disable the tweaks.
To access the options, either open this URL in chrome:
chrome-extension://bdfekokoflbjbmdbpidnaechcechkbbg/options.html
or go to Chrome Menu → More Tools → Extensions → Netflix Tweaks → Button 'Details' → Extension Options
Source code on Github:
https://github.com/bernhardc/netflix-tweaks 扩展基本信息
| 名称 | |
| ID | bdfekokoflbjbmdbpidnaechcechkbbg |
| 官方URL | https://chromewebstore.google.com/detail/netflix-tweaks/bdfekokoflbjbmdbpidnaechcechkbbg |
| 简介 | Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles… |
| 文件大小 | 57.79 KB |
| 安装次数 | 581 |
| 当前版本 | 0.3 |
| 更新时间 | 2018-12-17 |
| 上架时间 | 2018-12-17 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | Bernhard Caspar |
| 付费类型 | free |
| 扩展官网 | https://github.com/bernhardc/netflix-tweaks |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Netflix Tweaks",
"version": "0.3",
"manifest_version": 2,
"permissions": [
"https:\/\/www.netflix.com\/*",
"storage"
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"https:\/\/www.netflix.com\/*"
],
"js": [
"script.js"
]
}
]
} | |