YouTube Spacebar Pause
Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.
What is YouTube Spacebar Pause?
YouTube Spacebar Pause is a Chrome extension developed by MAaxim91, and its main feature is "Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.".
Download YouTube Spacebar Pause Extension CRX File
Download YouTube Spacebar Pause 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
Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling. Fixed version of "youtube-spacebar-fix" by Fireside Guru.
Extension Basic Information
Name | |
ID | kelhcneanfdjfbneoljbgpahgfcacdhh |
Official URL | https://chrome.google.com/webstore/detail/kelhcneanfdjfbneoljbgpahgfcacdhh |
Description | Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling. |
File Size | 34.04 KB |
Installation Count | 131 |
Current Version | 1.2 |
Last Updated | 2018-04-02 |
Publish Date | 2018-04-02 |
Rating | 4.70/5 Total 10 Ratings |
Developer | MAaxim91 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "init.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ], "description": "Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "YouTube Spacebar Pause", "page_action": { "default_icon": { "19": "icon.png", "38": "icon.png" }, "default_title": "YouTube Spacebar Pause" }, "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |