YouTube Comment Remover

A very simple extension to hide all YouTube comments.

Apa itu YouTube Comment Remover?

YouTube Comment Remover adalah ekstensi Chrome yang dikembangkan oleh Tim Stephani, dan fitur utamanya adalah "A very simple extension to hide all YouTube comments.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YouTube Comment Remover

Unduh file ekstensi YouTube Comment Remover 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 realizing how horrible the comments section of YouTube is, I decided to create this super simple extension to automatically hide them.

Source available here: https://github.com/timmystephani/youtube_comment_remover

History
---------
v1.0 - First version                    

Informasi Dasar Ekstensi

Nama YouTube Comment Remover YouTube Comment Remover
ID nglipklighejjehapaodhmipldpljobp
URL Resmi https://chrome.google.com/webstore/detail/youtube-comment-remover/nglipklighejjehapaodhmipldpljobp
Deskripsi A very simple extension to hide all YouTube comments.
Ukuran File 33.33 KB
Jumlah Instalasi 97
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-03-16
Tanggal Publikasi 2015-03-16
Penilaian 3.67/5 Total 3 Penilaian
Pengembang Tim Stephani
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Comment Remover",
    "description": "A very simple extension to hide all YouTube comments.",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "main.js"
            ]
        }
    ]
}