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.
Qu'est-ce que YouTube - Pause with Space Properly ?
YouTube - Pause with Space Properly est une extension Chrome développée par James Forsyth, et sa fonction principale est "Allows you to pause/play YouTube videos with the spacebar, even if the player doesn't have focus and without the annoying scrolling.".
Télécharger le fichier CRX de l'extension YouTube - Pause with Space Properly
Téléchargez les fichiers d'extension YouTube - Pause with Space Properly au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | cdidekkahbpdfkaegopcnpkobibblmof |
URL Officiel | https://chrome.google.com/webstore/detail/youtube-pause-with-space/cdidekkahbpdfkaegopcnpkobibblmof |
Description | Allows you to pause/play YouTube videos with the spacebar, even if the player doesn't have focus and without the annoying scrolling. |
Taille du Fichier | 19.83 KB |
Nombre d'Installations | 151 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2017-12-13 |
Date de Publication | 2017-12-13 |
Évaluation | 3.80/5 Total 10 Évaluations |
Développeur | James Forsyth |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |