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
官方網址 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"
            ]
        }
    ]
}