YouTube scroll

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

Что такое YouTube scroll?

YouTube scroll - это расширение Chrome, разработанное Valentin Drolet, и его основная функция - "Scroll 'Up next' section and comments section while keeping an eye to the video".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения YouTube scroll

Скачайте файлы расширений YouTube scroll в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название YouTube scroll YouTube scroll
ID mbmkbplmpdgbkcgnffmjomijgoljafmg
Официальный URL https://chromewebstore.google.com/detail/youtube-scroll/mbmkbplmpdgbkcgnffmjomijgoljafmg
Описание Scroll 'Up next' section and comments section while keeping an eye to the video
Размер файла 9.14 KB
Количество установок 23
Текущая Версия 1.0
Последнее Обновление 2020-05-02
Дата публикации 2020-05-02
Разработчик Valentin Drolet
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}