Media Keys for Youtube™
Improve hardware media key handling!
Apa itu Media Keys for Youtube™?
Media Keys for Youtube™ adalah ekstensi Chrome yang dikembangkan oleh timobaczynski, dan fitur utamanya adalah "Improve hardware media key handling!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Media Keys for Youtube™
Unduh file ekstensi Media Keys for Youtube™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Media Keys for Youtube™ |
ID | inpajkcdlienadkggigbmfhhkdkkpbfn |
URL Resmi | https://chromewebstore.google.com/detail/media-keys-for-youtube/inpajkcdlienadkggigbmfhhkdkkpbfn |
Deskripsi | Improve hardware media key handling! |
Ukuran File | 3.84 KB |
Jumlah Instalasi | 300 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2021-06-01 |
Tanggal Publikasi | 2021-04-07 |
Penilaian | 4.17/5 Total 18 Penilaian |
Pengembang | timobaczynski |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |