Youtube - Noise Control

This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…

Apa itu Youtube - Noise Control?

Youtube - Noise Control adalah ekstensi Chrome yang dikembangkan oleh Anders Moberg, dan fitur utamanya adalah "This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…".

Unduh Berkas CRX Ekstensi Youtube - Noise Control

Unduh file ekstensi Youtube - Noise Control 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

                        This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and recommended videos get hidden.                    

Informasi Dasar Ekstensi

Nama Youtube - Noise Control Youtube - Noise Control
ID kibcpalpaedgigdjphcplmeligepkiem
URL Resmi https://chromewebstore.google.com/detail/youtube-noise-control/kibcpalpaedgigdjphcplmeligepkiem
Deskripsi This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…
Ukuran File 3.3 KB
Jumlah Instalasi 51
Versi Saat Ini 0.11
Terakhir Diperbarui 2016-12-14
Tanggal Publikasi 2016-12-14
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Anders Moberg
Tipe Pembayaran free
Situs Ekstensi http://a-moberg.com/
URL Halaman Bantuan https://github.com/AndersMoberg/YoutubeInterfaceDenoiser/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube - Noise Control",
    "version": "0.11",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "youtube.css"
            ]
        }
    ]
}