YouTube scroll
Scroll 'Up next' section and comments section while keeping an eye to the video
Cos'è YouTube scroll?
YouTube scroll è un'estensione di Chrome sviluppata da Valentin Drolet, e la sua funzione principale è "Scroll 'Up next' section and comments section while keeping an eye to the video".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube scroll
Scarica i file di estensione YouTube scroll in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allow you to scroll in the 'Up next' panel and switch to an 'Comments view' whithout leaving the video of the screen
Informazioni di Base sull'Estensione
Nome | YouTube scroll |
ID | mbmkbplmpdgbkcgnffmjomijgoljafmg |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-scroll/mbmkbplmpdgbkcgnffmjomijgoljafmg |
Descrizione | Scroll 'Up next' section and comments section while keeping an eye to the video |
Dimensione del File | 9.14 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-05-02 |
Data di Pubblicazione | 2020-05-02 |
Sviluppatore | Valentin Drolet |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |