Youtube Spacer
Lets you use space to play/pause youtube videos without having it in focus!
Wat is Youtube Spacer?
Youtube Spacer is een Chrome-extensie ontwikkeld door hexagonest, en de belangrijkste functie is "Lets you use space to play/pause youtube videos without having it in focus!".
Download het CRX-bestand van de extensie Youtube Spacer
Download Youtube Spacer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Youtube Spacer |
ID | fgihoanlhiehncoaimcmolhlbmeikoak |
Officiële URL | https://chromewebstore.google.com/detail/youtube-spacer/fgihoanlhiehncoaimcmolhlbmeikoak |
Beschrijving | Lets you use space to play/pause youtube videos without having it in focus! |
Bestandsgrootte | 6.87 KB |
Aantal Installaties | 127 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2015-12-12 |
Publicatiedatum | 2015-12-12 |
Beoordeling | 4.24/5 Totaal 21 Beoordelingen |
Ontwikkelaar | hexagonest |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |