YouTube Keyboard Shortcuts Plus
for 3 seconds forward/backward
Wat is YouTube Keyboard Shortcuts Plus?
YouTube Keyboard Shortcuts Plus is een Chrome-extensie ontwikkeld door center, en de belangrijkste functie is "for 3 seconds forward/backward".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Keyboard Shortcuts Plus
Download YouTube Keyboard Shortcuts Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | knkligebdechoagelpfkckoabgnklfjm |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-keyboard-shortcut/knkligebdechoagelpfkckoabgnklfjm |
| Beschrijving | for 3 seconds forward/backward |
| Bestandsgrootte | 24.96 KB |
| Aantal Installaties | 1,361 |
| Huidige Versie | 1.7.1 |
| Laatst Bijgewerkt | 2023-11-14 |
| Publicatiedatum | 2022-10-03 |
| Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | center |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://beacons.ai/exis |
| Help Pagina-URL | https://beacons.ai/exis |
| Ondersteunde Talen | 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"
}
]
} | |