Media Keys for Youtube™
Improve hardware media key handling!
Vad är Media Keys for Youtube™?
Media Keys for Youtube™ är en Chrome-tillägg utvecklad av timobaczynski, och dess huvudfunktion är "Improve hardware media key handling!".
Tilläggsskärmbilder
Ladda ner Media Keys for Youtube™-förlängningens CRX-fil
Ladda ner Media Keys for Youtube™-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
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.
Grundläggande Information om Tillägg
Namn | Media Keys for Youtube™ |
ID | inpajkcdlienadkggigbmfhhkdkkpbfn |
Officiell webbadress | https://chromewebstore.google.com/detail/media-keys-for-youtube/inpajkcdlienadkggigbmfhhkdkkpbfn |
Beskrivning | Improve hardware media key handling! |
Filstorlek | 3.84 KB |
Antal Installationer | 300 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2021-06-01 |
Publiceringsdatum | 2021-04-07 |
Betyg | 4.17/5 Totalt 18 Betyg |
Utvecklare | timobaczynski |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |