Netflix Tweaks
Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…
Apa itu Netflix Tweaks?
Netflix Tweaks adalah ekstensi Chrome yang dikembangkan oleh Bernhard Caspar, dan fitur utamanya adalah "Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Netflix Tweaks
Unduh file ekstensi Netflix Tweaks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Netflix Tweaks |
ID | bdfekokoflbjbmdbpidnaechcechkbbg |
URL Resmi | https://chromewebstore.google.com/detail/netflix-tweaks/bdfekokoflbjbmdbpidnaechcechkbbg |
Deskripsi | Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles… |
Ukuran File | 57.79 KB |
Jumlah Instalasi | 581 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2018-12-17 |
Tanggal Publikasi | 2018-12-17 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | Bernhard Caspar |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/bernhardc/netflix-tweaks |
Bahasa yang Didukung | 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" ] } ] } |