Silent YouTube Ads

Moral silencing of YouTube ads.

Apa itu Silent YouTube Ads?

Silent YouTube Ads adalah ekstensi Chrome yang dikembangkan oleh tim, dan fitur utamanya adalah "Moral silencing of YouTube ads.".

Unduh Berkas CRX Ekstensi Silent YouTube Ads

Unduh file ekstensi Silent YouTube Ads dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Silent YouTube Ads Silent YouTube Ads
ID gegfmphboiphopkkfgkablkljmlcoldg
URL Resmi https://chrome.google.com/webstore/detail/silent-youtube-ads/gegfmphboiphopkkfgkablkljmlcoldg
Deskripsi Moral silencing of YouTube ads.
Ukuran File 5.61 KB
Jumlah Instalasi 97
Versi Saat Ini 0.1.4
Terakhir Diperbarui 2015-05-22
Tanggal Publikasi 2015-05-22
Penilaian 4.38/5 Total 8 Penilaian
Pengembang tim
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}