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”。
扩展截图
下载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 |
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" ] } ] } |