Mute Netflix Previews
Mute all Netflix previews that auto-start. Disables all sound on those annoying trailers from distracting your browsing experience.
什么是Mute Netflix Previews?
Mute Netflix Previews是由rekshaw开发的Chrome扩展程序,该扩展的主要功能是“Mute all Netflix previews that auto-start. Disables all sound on those annoying trailers from distracting your browsing experience.”。
扩展截图
下载Mute Netflix Previews扩展crx文件
下载Mute Netflix Previews扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This lightweight extension MUTES those annoying trailers that start when you browse Netflix.
You're welcome! 扩展基本信息
| 名称 | |
| ID | hhnchckoabelffmfhakenpbfhglainhk |
| 官方URL | https://chromewebstore.google.com/detail/mute-netflix-previews/hhnchckoabelffmfhakenpbfhglainhk |
| 简介 | Mute all Netflix previews that auto-start. Disables all sound on those annoying trailers from distracting your browsing experience. |
| 文件大小 | 6.69 KB |
| 安装次数 | 146 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2019-02-02 |
| 上架时间 | 2019-02-02 |
| 评分 | 4.89/5 共9次评分 |
| 开发者 | rekshaw |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://gist.githubusercontent.com/muttoni/5b8bf335235e27187a53662083de5fc2/raw/7922bc45b0aaa273478d508eaacd0644ffac1adf/privacypolicy.txt |
| 支持的语言 | 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"
} | |