Mute Netflix Previews
Mute all Netflix previews that auto-start. Disables all sound on those annoying trailers from distracting your browsing experience.
Apa itu Mute Netflix Previews?
Mute Netflix Previews adalah ekstensi Chrome yang dikembangkan oleh rekshaw, dan fitur utamanya adalah "Mute all Netflix previews that auto-start. Disables all sound on those annoying trailers from distracting your browsing experience.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Mute Netflix Previews
Unduh file ekstensi Mute Netflix Previews 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
This lightweight extension MUTES those annoying trailers that start when you browse Netflix. You're welcome!
Informasi Dasar Ekstensi
Nama | Mute Netflix Previews |
ID | hhnchckoabelffmfhakenpbfhglainhk |
URL Resmi | https://chromewebstore.google.com/detail/mute-netflix-previews/hhnchckoabelffmfhakenpbfhglainhk |
Deskripsi | Mute all Netflix previews that auto-start. Disables all sound on those annoying trailers from distracting your browsing experience. |
Ukuran File | 6.69 KB |
Jumlah Instalasi | 146 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2019-02-02 |
Tanggal Publikasi | 2019-02-02 |
Penilaian | 4.89/5 Total 9 Penilaian |
Pengembang | rekshaw |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://gist.githubusercontent.com/muttoni/5b8bf335235e27187a53662083de5fc2/raw/7922bc45b0aaa273478d508eaacd0644ffac1adf/privacypolicy.txt |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "content_scripts": [ { "js": [ "script.js" ], "matches": [ "*:\/\/*.netflix.com\/*" ] } ], "description": "Mute all Netflix previews that auto-start. Disables all sound on those annoying trailers from distracting your browsing experience.", "icons": { "128": "128.png" }, "manifest_version": 2, "name": "Mute Netflix Previews", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |