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.
Co je YouTube - Pause with Space Properly?
YouTube - Pause with Space Properly je rozšíření Chrome vyvinuté James Forsyth, a jeho hlavní funkcí je „Allows you to pause/play YouTube videos with the spacebar, even if the player doesn't have focus and without the annoying scrolling.“.
Stáhnout soubor CRX rozšíření YouTube - Pause with Space Properly
Stáhněte si soubory rozšíření YouTube - Pause with Space Properly ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | cdidekkahbpdfkaegopcnpkobibblmof |
Oficiální URL | https://chrome.google.com/webstore/detail/youtube-pause-with-space/cdidekkahbpdfkaegopcnpkobibblmof |
Popis | Allows you to pause/play YouTube videos with the spacebar, even if the player doesn't have focus and without the annoying scrolling. |
Velikost souboru | 19.83 KB |
Počet instalací | 151 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2017-12-13 |
Datum Vydání | 2017-12-13 |
Hodnocení | 3.80/5 Celkem 10 Hodnocení |
Vývojář | James Forsyth |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |