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 هو إضافة Chrome تم تطويرها بواسطة Chris Varenhorst، والميزة الرئيسية لها هي "Remove closed captions (CC) in Netflix subtitles. No more [suspenseful music] or (indistinct radio chatter). Spoken dialogue only.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Netflix Simple Subs: Remove Closed Captions
قم بتنزيل ملفات الامتداد Netflix Simple Subs: Remove Closed Captions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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" } ] } |