Youtube Spacer
Lets you use space to play/pause youtube videos without having it in focus!
What is Youtube Spacer?
Youtube Spacer is a Chrome extension developed by hexagonest, and its main feature is "Lets you use space to play/pause youtube videos without having it in focus!".
Download Youtube Spacer Extension CRX File
Download Youtube Spacer 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
Have you ever watched a Youtube video, then all of a sudden EAR BLASTING NOISE STARTS PLAYING!!! But you're laying back, in your chair, all comfortable and stuff. You go to pause it by slamming on spacebar, but it only scrolls down the page! Damn! Well, this extension prevents that exactly. On Youtube videos, it will actually play and pause the videos, instead of scrolling down the damn page. NOTE: Only works with HTML5 video. To access this feature, make sure your browser is updated and navigate to http://youtube.com/html5 to enable HTML5 video.
Extension Basic Information
Name | Youtube Spacer |
ID | fgihoanlhiehncoaimcmolhlbmeikoak |
Official URL | https://chromewebstore.google.com/detail/youtube-spacer/fgihoanlhiehncoaimcmolhlbmeikoak |
Description | Lets you use space to play/pause youtube videos without having it in focus! |
File Size | 6.87 KB |
Installation Count | 127 |
Current Version | 1.0.1 |
Last Updated | 2015-12-12 |
Publish Date | 2015-12-12 |
Rating | 4.24/5 Total 21 Ratings |
Developer | hexagonest |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Spacer", "description": "Lets you use space to play\/pause youtube videos without having it in focus!", "version": "1.0.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/watch?v=*", "https:\/\/www.youtube.com\/watch?v=*" ], "js": [ "main.js" ] } ], "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |