YouTube scroll
Scroll 'Up next' section and comments section while keeping an eye to the video
Was ist YouTube scroll?
YouTube scroll ist eine Chrome-Erweiterung, die von Valentin Drolet entwickelt wurde, und ihr Hauptmerkmal ist "Scroll 'Up next' section and comments section while keeping an eye to the video".
Erweiterungsscreenshots
YouTube scroll-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube scroll-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allow you to scroll in the 'Up next' panel and switch to an 'Comments view' whithout leaving the video of the screen
Grundlegende Informationen zur Erweiterung
Name | YouTube scroll |
ID | mbmkbplmpdgbkcgnffmjomijgoljafmg |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-scroll/mbmkbplmpdgbkcgnffmjomijgoljafmg |
Beschreibung | Scroll 'Up next' section and comments section while keeping an eye to the video |
Dateigröße | 9.14 KB |
Installationsanzahl | 23 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-05-02 |
Veröffentlichungsdatum | 2020-05-02 |
Entwickler | Valentin Drolet |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |