Hide YouTube Comments

Hides all user comments on YouTube. There is no option or button to show the comments again.

Apa itu Hide YouTube Comments?

Hide YouTube Comments adalah ekstensi Chrome yang dikembangkan oleh Extensions, dan fitur utamanya adalah "Hides all user comments on YouTube. There is no option or button to show the comments again.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hide YouTube Comments

Unduh file ekstensi Hide YouTube Comments 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

                        Hides all user comments on YouTube. There is no option or button to show the comments again.                    

Informasi Dasar Ekstensi

Nama Hide YouTube Comments Hide YouTube Comments
ID hdlhdkchhhieipniibccdefnoobiaapf
URL Resmi https://chrome.google.com/webstore/detail/hide-youtube-comments/hdlhdkchhhieipniibccdefnoobiaapf
Deskripsi Hides all user comments on YouTube. There is no option or button to show the comments again.
Ukuran File 9.26 KB
Jumlah Instalasi 350
Versi Saat Ini 2
Terakhir Diperbarui 2023-03-19
Tanggal Publikasi 2021-03-31
Penilaian 5.00/5 Total 16 Penilaian
Pengembang Extensions
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://sites.google.com/view/capcut-privacy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide YouTube Comments",
    "version": "2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "youtube.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    }
}