YouTube - Pause with Space Properly
Allows you to pause/play YouTube videos with the spacebar, even if the player doesn't have focus and without the annoying scrolling.
Wat is YouTube - Pause with Space Properly?
YouTube - Pause with Space Properly is een Chrome-extensie ontwikkeld door James Forsyth, en de belangrijkste functie is "Allows you to pause/play YouTube videos with the spacebar, even if the player doesn't have focus and without the annoying scrolling.".
Download het CRX-bestand van de extensie YouTube - Pause with Space Properly
Download YouTube - Pause with Space Properly-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
Fixes the common issue with pressing space to pause YouTube videos. This extension refocuses the video when pressing space (unless you're trying to type), preventing the default behaviour that shoots halfway down the webpage. Simple fix for a simple problem. Don't know why YouTube won't fix things themselves.
Basisinformatie over de Extensie
Naam | |
ID | cdidekkahbpdfkaegopcnpkobibblmof |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-pause-with-space/cdidekkahbpdfkaegopcnpkobibblmof |
Beschrijving | Allows you to pause/play YouTube videos with the spacebar, even if the player doesn't have focus and without the annoying scrolling. |
Bestandsgrootte | 19.83 KB |
Aantal Installaties | 151 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2017-12-13 |
Publicatiedatum | 2017-12-13 |
Beoordeling | 3.80/5 Totaal 10 Beoordelingen |
Ontwikkelaar | James Forsyth |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube - Pause with Space Properly", "description": "Allows you to pause\/play YouTube videos with the spacebar, even if the player doesn't have focus and without the annoying scrolling.", "version": "1.0.0", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "space.js" ], "run_at": "document_start" } ], "icons": { "128": "space-128.png", "38": "space-38.png", "19": "space-19.png" } } |