YouTube Spacebar Pause

Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.

O que é YouTube Spacebar Pause?

YouTube Spacebar Pause é uma extensão do Chrome desenvolvida por MAaxim91, e sua principal característica é "Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.".

Baixar o arquivo CRX da Extensão YouTube Spacebar Pause

Baixe arquivos de extensão YouTube Spacebar Pause 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

                        Pause video by pressing the [SPACEBAR] everywhere.
Prevent scrolling. 
Fixed version of "youtube-spacebar-fix" by Fireside Guru.                    

Informações Básicas da Extensão

Nome YouTube Spacebar Pause YouTube Spacebar Pause
ID kelhcneanfdjfbneoljbgpahgfcacdhh
URL Oficial https://chrome.google.com/webstore/detail/kelhcneanfdjfbneoljbgpahgfcacdhh
Descrição Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.
Tamanho do Arquivo 34.04 KB
Contagem de Instalações 131
Versão Atual 1.2
Última Atualização 2018-04-02
Data de Publicação 2018-04-02
Classificação 4.70/5 Total de 10 Avaliações
Desenvolvedor MAaxim91
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "init.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "YouTube Spacebar Pause",
    "page_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "YouTube Spacebar Pause"
    },
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}