YouTube scroll
Scroll 'Up next' section and comments section while keeping an eye to the video
O que é YouTube scroll?
YouTube scroll é uma extensão do Chrome desenvolvida por Valentin Drolet, e sua principal característica é "Scroll 'Up next' section and comments section while keeping an eye to the video".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube scroll
Baixe arquivos de extensão YouTube scroll no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension allow you to scroll in the 'Up next' panel and switch to an 'Comments view' whithout leaving the video of the screen
Informações Básicas da Extensão
Nome | YouTube scroll |
ID | mbmkbplmpdgbkcgnffmjomijgoljafmg |
URL Oficial | https://chromewebstore.google.com/detail/youtube-scroll/mbmkbplmpdgbkcgnffmjomijgoljafmg |
Descrição | Scroll 'Up next' section and comments section while keeping an eye to the video |
Tamanho do Arquivo | 9.14 KB |
Contagem de Instalações | 23 |
Versão Atual | 1.0 |
Última Atualização | 2020-05-02 |
Data de Publicação | 2020-05-02 |
Desenvolvedor | Valentin Drolet |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |