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…

Apa itu MutAd?

MutAd adalah ekstensi Chrome yang dikembangkan oleh gz0220, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi MutAd

Unduh file ekstensi MutAd 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

                        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.                    

Informasi Dasar Ekstensi

Nama MutAd MutAd
ID bbndenojlngeajgkbkgfdfohgomgbibd
URL Resmi https://chromewebstore.google.com/detail/mutad/bbndenojlngeajgkbkgfdfohgomgbibd
Deskripsi 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…
Ukuran File 10.73 KB
Jumlah Instalasi 219
Versi Saat Ini 0.91
Terakhir Diperbarui 2015-11-13
Tanggal Publikasi 2015-11-13
Penilaian 3.29/5 Total 7 Penilaian
Pengembang gz0220
Tipe Pembayaran free
Situs Ekstensi https://github.com/galziv/MutAd
URL Halaman Bantuan https://github.com/galziv/MutAd
Bahasa yang Didukung 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"
            ]
        }
    ]
}