YouTube scroll

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

Hvad er YouTube scroll?

YouTube scroll er en Chrome-udvidelse udviklet af Valentin Drolet, og dens hovedfunktion er "Scroll 'Up next' section and comments section while keeping an eye to the video".

Udvidelsesskærmbilleder

screenshot

Download YouTube scroll-udvidelses-CRX-fil

Download YouTube scroll-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension allow you to scroll in the 'Up next' panel and switch to an 'Comments view' whithout leaving the video of the screen                    

Grundlæggende oplysninger om udvidelsen

Navn YouTube scroll YouTube scroll
ID mbmkbplmpdgbkcgnffmjomijgoljafmg
Officiel URL https://chromewebstore.google.com/detail/youtube-scroll/mbmkbplmpdgbkcgnffmjomijgoljafmg
Beskrivelse Scroll 'Up next' section and comments section while keeping an eye to the video
Filstørrelse 9.14 KB
Antal Installationer 23
Nuværende Version 1.0
Senest Opdateret 2020-05-02
Udgivelsesdato 2020-05-02
Udvikler Valentin Drolet
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}