Spacebar pause on youtube

This extension makes spacebar actually pause youtube videos

What is Spacebar pause on youtube?

Spacebar pause on youtube is a Chrome extension developed by Yossi Abraham, and its main feature is "This extension makes spacebar actually pause youtube videos".

Extension Screenshots

screenshot
screenshot

Download Spacebar pause on youtube Extension CRX File

Download Spacebar pause on youtube 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

                        As long as when pressing space on youtube will not pause the video, our life mission is incomplete. So we introduce you the next cutting edge technology into your personal youtube - a youtube that actually pauses on spacebar (!!!!!!!!) (BTW: We are open minded about being acquired by google.)                    

Extension Basic Information

Name Spacebar pause on youtube Spacebar pause on youtube
ID fkhkpjiagcmkicnbmnnlfdjodhbblnkl
Official URL https://chrome.google.com/webstore/detail/fkhkpjiagcmkicnbmnnlfdjodhbblnkl
Description This extension makes spacebar actually pause youtube videos
File Size 3.32 KB
Installation Count 604
Current Version 1.1
Last Updated 2015-09-06
Publish Date 2015-09-06
Rating 3.03/5 Total 29 Ratings
Developer Yossi Abraham
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spacebar pause on youtube",
    "short_name": "spacebar-youtube",
    "description": "This extension makes spacebar actually pause youtube videos",
    "version": "1.1",
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "hook.js"
            ],
            "run_at": "document_end"
        }
    ]
}