Youtube Spacer

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

Hvad er Youtube Spacer?

Youtube Spacer er en Chrome-udvidelse udviklet af hexagonest, og dens hovedfunktion er "Lets you use space to play/pause youtube videos without having it in focus!".

Download Youtube Spacer-udvidelses-CRX-fil

Download Youtube Spacer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Youtube Spacer Youtube Spacer
ID fgihoanlhiehncoaimcmolhlbmeikoak
Officiel URL https://chromewebstore.google.com/detail/youtube-spacer/fgihoanlhiehncoaimcmolhlbmeikoak
Beskrivelse Lets you use space to play/pause youtube videos without having it in focus!
Filstørrelse 6.87 KB
Antal Installationer 127
Nuværende Version 1.0.1
Senest Opdateret 2015-12-12
Udgivelsesdato 2015-12-12
Bedømmelse 4.24/5 Samlet 21 Bedømmelser
Udvikler hexagonest
Betalingsmetode free
Understøttede Sprog 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"
    }
}