YouTube Spacebar Pause
Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.
Co to jest YouTube Spacebar Pause?
YouTube Spacebar Pause to rozszerzenie Chrome opracowane przez MAaxim91, a jego główną funkcją jest „Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.”.
Pobierz plik CRX rozszerzenia YouTube Spacebar Pause
Pobierz pliki rozszerzeń YouTube Spacebar Pause w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling. Fixed version of "youtube-spacebar-fix" by Fireside Guru.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kelhcneanfdjfbneoljbgpahgfcacdhh |
Oficjalny URL | https://chrome.google.com/webstore/detail/kelhcneanfdjfbneoljbgpahgfcacdhh |
Opis | Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling. |
Rozmiar pliku | 34.04 KB |
Liczba instalacji | 131 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2018-04-02 |
Data Publikacji | 2018-04-02 |
Ocena | 4.70/5 Łącznie 10 Oceny |
Deweloper | MAaxim91 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |