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" ] } ] } |