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.
Vad är YouTube - Pause with Space Properly?
YouTube - Pause with Space Properly är en Chrome-tillägg utvecklad av James Forsyth, och dess huvudfunktion är "Allows you to pause/play YouTube videos with the spacebar, even if the player doesn't have focus and without the annoying scrolling.".
Ladda ner YouTube - Pause with Space Properly-förlängningens CRX-fil
Ladda ner YouTube - Pause with Space Properly-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | cdidekkahbpdfkaegopcnpkobibblmof |
Officiell webbadress | https://chrome.google.com/webstore/detail/youtube-pause-with-space/cdidekkahbpdfkaegopcnpkobibblmof |
Beskrivning | Allows you to pause/play YouTube videos with the spacebar, even if the player doesn't have focus and without the annoying scrolling. |
Filstorlek | 19.83 KB |
Antal Installationer | 151 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2017-12-13 |
Publiceringsdatum | 2017-12-13 |
Betyg | 3.80/5 Totalt 10 Betyg |
Utvecklare | James Forsyth |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |