Load All Youtube Replies

Loads all the YouTube replies with 1 click on View Replies

Apa itu Load All Youtube Replies?

Load All Youtube Replies adalah ekstensi Chrome yang dikembangkan oleh totalvamp, dan fitur utamanya adalah "Loads all the YouTube replies with 1 click on View Replies".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Load All Youtube Replies

Unduh file ekstensi Load All Youtube Replies 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

                        YouTube now loads comments 10 or so at a time, which is very annoying with a long list of replies. This extension will click for you so it loads all the replies until there are none left                    

Informasi Dasar Ekstensi

Nama Load All Youtube Replies Load All Youtube Replies
ID eckljaepjkgppihfdfmfojpmcipdpfjg
URL Resmi https://chromewebstore.google.com/detail/load-all-youtube-replies/eckljaepjkgppihfdfmfojpmcipdpfjg
Deskripsi Loads all the YouTube replies with 1 click on View Replies
Ukuran File 33.39 KB
Jumlah Instalasi 59
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-12-26
Tanggal Publikasi 2018-12-26
Penilaian 2.33/5 Total 3 Penilaian
Pengembang totalvamp
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Load All Youtube Replies",
    "description": "Loads all the YouTube replies with 1 click on View Replies",
    "version": "1.0",
    "author": "totalvamp",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*"
            ],
            "js": [
                "lib\/jquery-3.3.1.min.js",
                "js\/main.js"
            ],
            "run_at": "document_end"
        }
    ]
}