YouTube scroll

Scroll 'Up next' section and comments section while keeping an eye to the video

Apa itu YouTube scroll?

YouTube scroll adalah ekstensi Chrome yang dikembangkan oleh Valentin Drolet, dan fitur utamanya adalah "Scroll 'Up next' section and comments section while keeping an eye to the video".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YouTube scroll

Unduh file ekstensi YouTube scroll 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 extension allow you to scroll in the 'Up next' panel and switch to an 'Comments view' whithout leaving the video of the screen                    

Informasi Dasar Ekstensi

Nama YouTube scroll YouTube scroll
ID mbmkbplmpdgbkcgnffmjomijgoljafmg
URL Resmi https://chromewebstore.google.com/detail/youtube-scroll/mbmkbplmpdgbkcgnffmjomijgoljafmg
Deskripsi Scroll 'Up next' section and comments section while keeping an eye to the video
Ukuran File 9.14 KB
Jumlah Instalasi 23
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-05-02
Tanggal Publikasi 2020-05-02
Pengembang Valentin Drolet
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube scroll",
    "version": "1.0",
    "description": "Scroll 'Up next' section and comments section while keeping an eye to the video",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "scrollbar.css"
            ]
        }
    ]
}