Youtube restore spacebar to scroll

A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com

O que é Youtube restore spacebar to scroll?

Youtube restore spacebar to scroll é uma extensão do Chrome desenvolvida por bsitdk, e sua principal característica é "A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Youtube restore spacebar to scroll

Baixe arquivos de extensão Youtube restore spacebar to 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

                        Youtube recently changed the default browser behavior of scrolling the page, when pressing the spacebar, to instead pause the video.
This extension removes the "Spacebar to pause" functionality and restores the scrolling.                    

Informações Básicas da Extensão

Nome Youtube restore spacebar to scroll Youtube restore spacebar to scroll
ID ahjglamdpmmcnabdflfbchopbahahhpk
URL Oficial https://chromewebstore.google.com/detail/youtube-restore-spacebar/ahjglamdpmmcnabdflfbchopbahahhpk
Descrição A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com
Tamanho do Arquivo 3.21 KB
Contagem de Instalações 429
Versão Atual 1.0.1
Última Atualização 2019-04-12
Data de Publicação 2019-04-12
Classificação 5.00/5 Total de 12 Avaliações
Desenvolvedor bsitdk
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube restore spacebar to scroll",
    "description": "A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com",
    "version": "1.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "youtube.js"
            ]
        }
    ]
}