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"
]
}
]
} | |