Youtube Spacer

Lets you use space to play/pause youtube videos without having it in focus!

¿Qué es Youtube Spacer?

Youtube Spacer es una extensión de Chrome desarrollada por hexagonest, y su función principal es "Lets you use space to play/pause youtube videos without having it in focus!".

Descargar Archivo CRX de la Extensión Youtube Spacer

Descarga archivos de extensión Youtube Spacer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Have you ever watched a Youtube video, then all of a sudden EAR BLASTING NOISE STARTS PLAYING!!! But you're laying back, in your chair, all comfortable and stuff. You go to pause it by slamming on spacebar, but it only scrolls down the page! Damn! 

Well, this extension prevents that exactly. On Youtube videos, it will actually play and pause the videos, instead of scrolling down the damn page.

NOTE: Only works with HTML5 video. To access this feature, make sure your browser is updated and navigate to http://youtube.com/html5 to enable HTML5 video.                    

Información Básica de la Extensión

Nombre Youtube Spacer Youtube Spacer
ID fgihoanlhiehncoaimcmolhlbmeikoak
URL Oficial https://chromewebstore.google.com/detail/youtube-spacer/fgihoanlhiehncoaimcmolhlbmeikoak
Descripción Lets you use space to play/pause youtube videos without having it in focus!
Tamaño del Archivo 6.87 KB
Cantidad de Instalaciones 127
Versión Actual 1.0.1
Última Actualización 2015-12-12
Fecha de Publicación 2015-12-12
Calificación 4.24/5 Total de 21 Calificaciones
Desarrollador hexagonest
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Spacer",
    "description": "Lets you use space to play\/pause youtube videos without having it in focus!",
    "version": "1.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/watch?v=*",
                "https:\/\/www.youtube.com\/watch?v=*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}