YouTube Spacebar Pause
Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.
Vad är YouTube Spacebar Pause?
YouTube Spacebar Pause är en Chrome-tillägg utvecklad av MAaxim91, och dess huvudfunktion är "Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.".
Ladda ner YouTube Spacebar Pause-förlängningens CRX-fil
Ladda ner YouTube Spacebar Pause-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
Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling. Fixed version of "youtube-spacebar-fix" by Fireside Guru.
Grundläggande Information om Tillägg
Namn | |
ID | kelhcneanfdjfbneoljbgpahgfcacdhh |
Officiell webbadress | https://chrome.google.com/webstore/detail/kelhcneanfdjfbneoljbgpahgfcacdhh |
Beskrivning | Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling. |
Filstorlek | 34.04 KB |
Antal Installationer | 131 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2018-04-02 |
Publiceringsdatum | 2018-04-02 |
Betyg | 4.70/5 Totalt 10 Betyg |
Utvecklare | MAaxim91 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |