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
公式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
Eメール [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"
}