YouTube scroll

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

什麼是YouTube scroll?

YouTube scroll是由Valentin Drolet開發的Chrome擴展程式,該擴展的主要功能是“Scroll 'Up next' section and comments section while keeping an eye to the video”。

擴展截圖

screenshot

下載YouTube scroll擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}