YouTube Space Bar

Actually pause YouTube videos with the space bar

Wat is YouTube Space Bar?

YouTube Space Bar is een Chrome-extensie ontwikkeld door djmartin5454, en de belangrijkste functie is "Actually pause YouTube videos with the space bar".

Download het CRX-bestand van de extensie YouTube Space Bar

Download YouTube Space Bar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        No one has ever wanted to scroll down on YouTube using the space bar.
This fixes that.

There are a few extensions that claim to do this, but this one actually works.

Also, spaces typed in the comment box, or in the search bar do not pause the video as they do in some other extensions.                    

Basisinformatie over de Extensie

Naam YouTube Space Bar YouTube Space Bar
ID jeelddbhfpblnfdakpnniechhhpdobhb
Officiële URL https://chromewebstore.google.com/detail/youtube-space-bar/jeelddbhfpblnfdakpnniechhhpdobhb
Beschrijving Actually pause YouTube videos with the space bar
Bestandsgrootte 6.04 KB
Aantal Installaties 121
Huidige Versie 1.2
Laatst Bijgewerkt 2016-10-03
Publicatiedatum 2016-10-03
Beoordeling 3.33/5 Totaal 15 Beoordelingen
Ontwikkelaar djmartin5454
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Space Bar",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Actually pause YouTube videos with the space bar",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "icon.html"
    },
    "web_accessible_resources": [
        "inject.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ]
}