YouMute(r)

Chrome plugin that automatically mutes youtube commercials.

Apa itu YouMute(r)?

YouMute(r) adalah ekstensi Chrome yang dikembangkan oleh Adam Gajzlerowicz, dan fitur utamanya adalah "Chrome plugin that automatically mutes youtube commercials.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YouMute(r)

Unduh file ekstensi YouMute(r) 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

                        Chrome plugin that automatically mutes youtube commercials. After the commercial finished, the volume goes back up. Thanks to it, casters can still be reworded by youtube, but you don't have to listen to crappy commercials.                    

Informasi Dasar Ekstensi

Nama YouMute(r) YouMute(r)
ID hbhjkldledabllijjmnmfhhiejephibe
URL Resmi https://chrome.google.com/webstore/detail/youmuter/hbhjkldledabllijjmnmfhhiejephibe
Deskripsi Chrome plugin that automatically mutes youtube commercials.
Ukuran File 8.27 KB
Jumlah Instalasi 355
Versi Saat Ini 1.2
Terakhir Diperbarui 2017-10-13
Tanggal Publikasi 2017-10-13
Penilaian 3.05/5 Total 19 Penilaian
Pengembang Adam Gajzlerowicz
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouMute(r)",
    "short_name": "YouMute(r)",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Chrome plugin that automatically mutes youtube commercials.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "muter.js"
            ]
        }
    ]
}