Youtube Spacer

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

Qu'est-ce que Youtube Spacer ?

Youtube Spacer est une extension Chrome développée par hexagonest, et sa fonction principale est "Lets you use space to play/pause youtube videos without having it in focus!".

Télécharger le fichier CRX de l'extension Youtube Spacer

Téléchargez les fichiers d'extension Youtube Spacer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Youtube Spacer Youtube Spacer
ID fgihoanlhiehncoaimcmolhlbmeikoak
URL Officiel https://chromewebstore.google.com/detail/youtube-spacer/fgihoanlhiehncoaimcmolhlbmeikoak
Description Lets you use space to play/pause youtube videos without having it in focus!
Taille du Fichier 6.87 KB
Nombre d'Installations 127
Version Actuelle 1.0.1
Dernière Mise à Jour 2015-12-12
Date de Publication 2015-12-12
Évaluation 4.24/5 Total 21 Évaluations
Développeur hexagonest
Type de Paiement free
Langues Prises en Charge 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"
    }
}