Comment Hider for YouTube™

Adds a button below the video description to hide/show the comments (for YouTube™)

Apa itu Comment Hider for YouTube™?

Comment Hider for YouTube™ adalah ekstensi Chrome yang dikembangkan oleh http://heithe.com, dan fitur utamanya adalah "Adds a button below the video description to hide/show the comments (for YouTube™)".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Comment Hider for YouTube™

Unduh file ekstensi Comment Hider for YouTube™ 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

                        Adds a button below the video description to hide/show the comments (for YouTube™)

Web: http://www.heithe.com/
Email: [email protected]                    

Informasi Dasar Ekstensi

Nama Comment Hider for YouTube™ Comment Hider for YouTube™
ID bpalkidfdmcoobbgncphknpfnidbldbj
URL Resmi https://chrome.google.com/webstore/detail/comment-hider-for-youtube/bpalkidfdmcoobbgncphknpfnidbldbj
Deskripsi Adds a button below the video description to hide/show the comments (for YouTube™)
Ukuran File 33.75 KB
Jumlah Instalasi 14
Versi Saat Ini 0.5
Terakhir Diperbarui 2013-03-19
Tanggal Publikasi 2013-03-19
Penilaian 1.00/5 Total 1 Penilaian
Pengembang http://heithe.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.heithe.com/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comment Hider for YouTube\u2122",
    "description": "Adds a button below the video description to hide\/show the comments (for YouTube\u2122)",
    "version": "0.5",
    "manifest_version": 2,
    "icons": {
        "16": "app_icon_16.png",
        "48": "app_icon_48.png",
        "128": "app_icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "ht_yct.js"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}