YouTube Keyboard Shortcuts Plus
for 3 seconds forward/backward
What is YouTube Keyboard Shortcuts Plus?
YouTube Keyboard Shortcuts Plus is a Chrome extension developed by center, and its main feature is "for 3 seconds forward/backward".
Extension Screenshots
Download YouTube Keyboard Shortcuts Plus Extension CRX File
Download YouTube Keyboard Shortcuts Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension will enable keyboard shortcuts on YouTube.A: 3 secs backward S: pause/play D: 3 secs forward C: Toggle CC(subs) visibility \: Copy the CC text [: decrease Playback Rate ]: increase Playback Rate (by 0.1 up to 2.5x) P: Toggle Playback Rate (1.0x and Customized Speed) (**You can also change these shortcuts very easily!**) All you need to do from now on is just install it and click the icon! (^o^) This extension is extremely useful especially for language learners.
Extension Basic Information
Name | YouTube Keyboard Shortcuts Plus |
ID | knkligebdechoagelpfkckoabgnklfjm |
Official URL | https://chromewebstore.google.com/detail/youtube-keyboard-shortcut/knkligebdechoagelpfkckoabgnklfjm |
Description | for 3 seconds forward/backward |
File Size | 24.96 KB |
Installation Count | 1,361 |
Current Version | 1.7.1 |
Last Updated | 2023-11-14 |
Publish Date | 2022-10-03 |
Rating | 4.43/5 Total 7 Ratings |
Developer | center |
[email protected] | |
Payment Type | free |
Extension Website | https://beacons.ai/exis |
Help Page URL | https://beacons.ai/exis |
Supported Languages | id,de,en,fr,vi,es,it,pl,pt-BR,pt-PT,fi,sv,el,ru,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_n__", "version": "1.7.1", "description": "for 3 seconds forward\/backward", "default_locale": "en", "permissions": [ "storage" ], "manifest_version": 3, "icons": { "128": "icon.png" }, "options_ui": { "page": "options.html" }, "action": { "default_icon": "icon.png", "default_popup": "options.html" }, "content_scripts": [ { "js": [ "libs\/squery.min.js", "libs\/hotkey.js", "global.js", "main.js" ], "matches": [ "https:\/\/*.youtube.com\/*", "https:\/\/*.youtube-nocookie.com\/*" ], "run_at": "document_end" } ] } |