Silent YouTube Ads

Moral silencing of YouTube ads.

什麼是Silent YouTube Ads?

Silent YouTube Ads是由tim開發的Chrome擴展程式,該擴展的主要功能是“Moral silencing of YouTube ads.”。

下載Silent YouTube Ads擴展crx文件

下載Silent YouTube Ads擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Silences the YouTube video element when ads play.  This will not skip ads until the user has sat through the required delay.  This extension will automatically close any ads once YouTube deems them available to close.                    

擴展基本資訊

名稱 Silent YouTube Ads Silent YouTube Ads
ID gegfmphboiphopkkfgkablkljmlcoldg
官方網址 https://chrome.google.com/webstore/detail/silent-youtube-ads/gegfmphboiphopkkfgkablkljmlcoldg
簡介 Moral silencing of YouTube ads.
檔案大小 5.61 KB
安裝次數 97
目前版本 0.1.4
更新時間 2015-05-22
上架時間 2015-05-22
評分 4.38/5 共 8 次評分
開發者 tim
付費類型 free
支援的語言 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Silent YouTube Ads",
    "author": "Tim Branyen (@tbranyen)",
    "version": "0.1.4",
    "description": "Moral silencing of YouTube ads.",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/watch*",
                "https:\/\/*.youtube.com\/watch*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "js\/**\/*",
        "js\/contentscript.js.map"
    ]
}