Netflix Unsubtitler
Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…
Apa itu Netflix Unsubtitler?
Netflix Unsubtitler adalah ekstensi Chrome yang dikembangkan oleh Guilherme D, dan fitur utamanya adalah "Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…".
Unduh Berkas CRX Ekstensi Netflix Unsubtitler
Unduh file ekstensi Netflix Unsubtitler 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 somehow thinks it makes sense to not allow you to turn subtitles off even when you are completely capable of understanding the presented language, so I decided to make an extension to *fix* it.
Informasi Dasar Ekstensi
Nama | |
ID | boompmnhhkfjlgclfdjngnonbmafoecb |
URL Resmi | https://chrome.google.com/webstore/detail/netflix-unsubtitler/boompmnhhkfjlgclfdjngnonbmafoecb |
Deskripsi | Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to… |
Ukuran File | 11.82 KB |
Jumlah Instalasi | 58 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2013-09-05 |
Tanggal Publikasi | 2013-09-05 |
Penilaian | 5.00/5 Total 8 Penilaian |
Pengembang | Guilherme D |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "0.0.2", "default_locale": "en", "description": "__MSG_extDescription__", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.akam.nflximg.com\/soa2\/*" ], "background": { "scripts": [ "unsubtitler.js" ] } } |