YouTube Spacebar Pause
Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.
Co je YouTube Spacebar Pause?
YouTube Spacebar Pause je rozšíření Chrome vyvinuté MAaxim91, a jeho hlavní funkcí je „Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.“.
Stáhnout soubor CRX rozšíření YouTube Spacebar Pause
Stáhněte si soubory rozšíření YouTube Spacebar Pause 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í
Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling. Fixed version of "youtube-spacebar-fix" by Fireside Guru.
Základní Informace o Rozšíření
Název | |
ID | kelhcneanfdjfbneoljbgpahgfcacdhh |
Oficiální URL | https://chrome.google.com/webstore/detail/kelhcneanfdjfbneoljbgpahgfcacdhh |
Popis | Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling. |
Velikost souboru | 34.04 KB |
Počet instalací | 131 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2018-04-02 |
Datum Vydání | 2018-04-02 |
Hodnocení | 4.70/5 Celkem 10 Hodnocení |
Vývojář | MAaxim91 |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "init.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ], "description": "Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "YouTube Spacebar Pause", "page_action": { "default_icon": { "19": "icon.png", "38": "icon.png" }, "default_title": "YouTube Spacebar Pause" }, "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |