YouTube scroll
Scroll 'Up next' section and comments section while keeping an eye to the video
Qu'est-ce que YouTube scroll ?
YouTube scroll est une extension Chrome développée par Valentin Drolet, et sa fonction principale est "Scroll 'Up next' section and comments section while keeping an eye to the video".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube scroll
Téléchargez les fichiers d'extension YouTube scroll au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension allow you to scroll in the 'Up next' panel and switch to an 'Comments view' whithout leaving the video of the screen
Informations de Base sur l'Extension
Nom | YouTube scroll |
ID | mbmkbplmpdgbkcgnffmjomijgoljafmg |
URL Officiel | https://chromewebstore.google.com/detail/youtube-scroll/mbmkbplmpdgbkcgnffmjomijgoljafmg |
Description | Scroll 'Up next' section and comments section while keeping an eye to the video |
Taille du Fichier | 9.14 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-05-02 |
Date de Publication | 2020-05-02 |
Développeur | Valentin Drolet |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |