Mute Netflix Previews
Mute all Netflix previews that auto-start. Disables all sound on those annoying trailers from distracting your browsing experience.
What is Mute Netflix Previews?
Mute Netflix Previews is a Chrome extension developed by rekshaw, and its main feature is "Mute all Netflix previews that auto-start. Disables all sound on those annoying trailers from distracting your browsing experience.".
Extension Screenshots
Download Mute Netflix Previews Extension CRX File
Download Mute Netflix Previews extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This lightweight extension MUTES those annoying trailers that start when you browse Netflix. You're welcome!
Extension Basic Information
Name | Mute Netflix Previews |
ID | hhnchckoabelffmfhakenpbfhglainhk |
Official URL | https://chromewebstore.google.com/detail/mute-netflix-previews/hhnchckoabelffmfhakenpbfhglainhk |
Description | Mute all Netflix previews that auto-start. Disables all sound on those annoying trailers from distracting your browsing experience. |
File Size | 6.69 KB |
Installation Count | 146 |
Current Version | 1.0.1 |
Last Updated | 2019-02-02 |
Publish Date | 2019-02-02 |
Rating | 4.89/5 Total 9 Ratings |
Developer | rekshaw |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://gist.githubusercontent.com/muttoni/5b8bf335235e27187a53662083de5fc2/raw/7922bc45b0aaa273478d508eaacd0644ffac1adf/privacypolicy.txt |
Supported Languages | 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" } |