MutAd

After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…

MutAdとは何ですか?

MutAdはgz0220によって開発されたChromeの拡張機能で、その主な機能は「After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…」です。

拡張機能のスクリーンショット

screenshot

MutAd拡張機能のCRXファイルをダウンロード

MutAd拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once possible. If mute was on before the ad it will remain in this status.                    

拡張機能の基本情報

名前 MutAd MutAd
ID bbndenojlngeajgkbkgfdfohgomgbibd
公式URL https://chromewebstore.google.com/detail/mutad/bbndenojlngeajgkbkgfdfohgomgbibd
説明 After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…
ファイルサイズ 10.73 KB
インストール数 219
現在のバージョン 0.91
最終更新日 2015-11-13
公開日 2015-11-13
評価 3.29/5 合計 7 レビュー
開発者 gz0220
支払い方法 free
拡張機能のウェブサイト https://github.com/galziv/MutAd
ヘルプページのURL https://github.com/galziv/MutAd
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MutAd",
    "short_name": "MutAd",
    "version": "0.91",
    "icons": {
        "128": "MutAd.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "mutAd.js"
            ]
        }
    ]
}