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
公式URL 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"
    ]
}