Netflix Simple Subs: Remove Closed Captions
Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.
什麼是Netflix Simple Subs: Remove Closed Captions?
Netflix Simple Subs: Remove Closed Captions是由Chris Varenhorst開發的Chrome擴展程式,該擴展的主要功能是“Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.”。
擴展截圖
下載Netflix Simple Subs: Remove Closed Captions擴展crx文件
下載Netflix Simple Subs: Remove Closed Captions擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Remove closed captioning (CC) from Netflix's English subtitles. You'll no longer see things like [suspenseful music] or (indistinct radio chatter). This this extension subtitles should only show dialogue. ==CHANGELOG== - 0.2: Updated title. Minor tweaks. Chrome Web Store. now requires a screenshot
擴展基本資訊
名稱 | Netflix Simple Subs: Remove Closed Captions |
ID | koadefadeidjncbgflkeljlalcopflef |
官方網址 | https://chromewebstore.google.com/detail/netflix-simple-subs-remov/koadefadeidjncbgflkeljlalcopflef |
簡介 | Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only. |
檔案大小 | 33.26 KB |
安裝次數 | 108 |
目前版本 | 0.2 |
更新時間 | 2020-01-27 |
上架時間 | 2020-01-26 |
評分 | 4.50/5 共 8 次評分 |
開發者 | Chris Varenhorst |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Simple Subs: Remove Closed Captions", "version": "0.2", "manifest_version": 2, "description": "Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.", "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "jquery-2.1.4.min.js", "content.js" ], "run_at": "document_idle" } ] } |