Youtube restore spacebar to scroll

A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com

What is Youtube restore spacebar to scroll?

Youtube restore spacebar to scroll is a Chrome extension developed by bsitdk, and its main feature is "A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com".

Extension Screenshots

screenshot

Download Youtube restore spacebar to scroll Extension CRX File

Download Youtube restore spacebar to scroll 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

                        Youtube recently changed the default browser behavior of scrolling the page, when pressing the spacebar, to instead pause the video.
This extension removes the "Spacebar to pause" functionality and restores the scrolling.                    

Extension Basic Information

Name Youtube restore spacebar to scroll Youtube restore spacebar to scroll
ID ahjglamdpmmcnabdflfbchopbahahhpk
Official URL https://chromewebstore.google.com/detail/youtube-restore-spacebar/ahjglamdpmmcnabdflfbchopbahahhpk
Description A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com
File Size 3.21 KB
Installation Count 429
Current Version 1.0.1
Last Updated 2019-04-12
Publish Date 2019-04-12
Rating 5.00/5 Total 12 Ratings
Developer bsitdk
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube restore spacebar to scroll",
    "description": "A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com",
    "version": "1.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "youtube.js"
            ]
        }
    ]
}