YouTube Space Bar

Actually pause YouTube videos with the space bar

What is YouTube Space Bar?

YouTube Space Bar is a Chrome extension developed by djmartin5454, and its main feature is "Actually pause YouTube videos with the space bar".

Download YouTube Space Bar Extension CRX File

Download YouTube Space Bar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name YouTube Space Bar YouTube Space Bar
ID jeelddbhfpblnfdakpnniechhhpdobhb
Official URL https://chromewebstore.google.com/detail/youtube-space-bar/jeelddbhfpblnfdakpnniechhhpdobhb
Description Actually pause YouTube videos with the space bar
File Size 6.04 KB
Installation Count 121
Current Version 1.2
Last Updated 2016-10-03
Publish Date 2016-10-03
Rating 3.33/5 Total 15 Ratings
Developer djmartin5454
Payment Type free
Supported Languages 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
        }
    ]
}