YouTube scroll

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

What is YouTube scroll?

YouTube scroll is a Chrome extension developed by Valentin Drolet, and its main feature is "Scroll 'Up next' section and comments section while keeping an eye to the video".

Extension Screenshots

screenshot

Download YouTube scroll Extension CRX File

Download YouTube scroll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name YouTube scroll YouTube scroll
ID mbmkbplmpdgbkcgnffmjomijgoljafmg
Official URL https://chromewebstore.google.com/detail/youtube-scroll/mbmkbplmpdgbkcgnffmjomijgoljafmg
Description Scroll 'Up next' section and comments section while keeping an eye to the video
File Size 9.14 KB
Installation Count 23
Current Version 1.0
Last Updated 2020-05-02
Publish Date 2020-05-02
Developer Valentin Drolet
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}