Youtube Spacer

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

Was ist Youtube Spacer?

Youtube Spacer ist eine Chrome-Erweiterung, die von hexagonest entwickelt wurde, und ihr Hauptmerkmal ist "Lets you use space to play/pause youtube videos without having it in focus!".

Youtube Spacer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Youtube Spacer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Youtube Spacer Youtube Spacer
ID fgihoanlhiehncoaimcmolhlbmeikoak
Offizielle URL https://chromewebstore.google.com/detail/youtube-spacer/fgihoanlhiehncoaimcmolhlbmeikoak
Beschreibung Lets you use space to play/pause youtube videos without having it in focus!
Dateigröße 6.87 KB
Installationsanzahl 127
Aktuelle Version 1.0.1
Letztes Update 2015-12-12
Veröffentlichungsdatum 2015-12-12
Bewertung 4.24/5 Insgesamt 21 Bewertungen
Entwickler hexagonest
Zahlungsart free
Unterstützte Sprachen 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"
    }
}