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.”。

擴展截圖

screenshot

下載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!                    

擴展基本資訊

名稱 Mute Netflix Previews Mute Netflix Previews
ID hhnchckoabelffmfhakenpbfhglainhk
官方網址 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"
}