Media Keys for Youtube™
Improve hardware media key handling!
Wat is Media Keys for Youtube™?
Media Keys for Youtube™ is een Chrome-extensie ontwikkeld door timobaczynski, en de belangrijkste functie is "Improve hardware media key handling!".
Extensie Screenshots
Download het CRX-bestand van de extensie Media Keys for Youtube™
Download Media Keys for Youtube™-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
Use the following keys to pause, rewind the video forward and backward, even when the youtube.com window / tab is not active.
Play/Pause ⏯ - works like Space-key.
Previous ⏮- works like LeftArrow-key (backward 5 seconds), long press switches to the previous video.
Next ⏭ - works like RightArrow-key (forward 5 seconds), long press switches to the next video.
Be careful, the extension takes some time to load when the page loads.
Tested with Windows 10 only. Basisinformatie over de Extensie
| Naam | |
| ID | inpajkcdlienadkggigbmfhhkdkkpbfn |
| Officiële URL | https://chromewebstore.google.com/detail/media-keys-for-youtube/inpajkcdlienadkggigbmfhhkdkkpbfn |
| Beschrijving | Improve hardware media key handling! |
| Bestandsgrootte | 3.84 KB |
| Aantal Installaties | 300 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2021-06-01 |
| Publicatiedatum | 2021-04-07 |
| Beoordeling | 4.17/5 Totaal 18 Beoordelingen |
| Ontwikkelaar | timobaczynski |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Media Keys for Youtube\u2122",
"description": "Improve hardware media key handling!",
"version": "0.0.1",
"manifest_version": 3,
"content_scripts": [
{
"all_frames": true,
"js": [
"content.js"
],
"matches": [
"https:\/\/www.youtube.com\/*"
]
}
],
"host_permissions": [
"https:\/\/www.youtube.com\/*"
]
} | |