YouTube Arrow Keys Fix
Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.
Apa itu YouTube Arrow Keys Fix?
YouTube Arrow Keys Fix adalah ekstensi Chrome yang dikembangkan oleh jp, dan fitur utamanya adalah "Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube Arrow Keys Fix
Unduh file ekstensi YouTube Arrow Keys Fix 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
This extension ensures that the left and right arrow keys always navigate the video timeline, while the up and down arrow keys always control the volume, regardless of the focus on the player.
Informasi Dasar Ekstensi
Nama | YouTube Arrow Keys Fix |
ID | hbnlngeljeofecndhmebgpgpccfnkgjb |
URL Resmi | https://chromewebstore.google.com/detail/youtube-arrow-keys-fix/hbnlngeljeofecndhmebgpgpccfnkgjb |
Deskripsi | Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control. |
Ukuran File | 45.87 KB |
Jumlah Instalasi | 258 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-04-19 |
Tanggal Publikasi | 2023-04-18 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | jp |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/JParramore/youtube-arrow-keys-fix |
URL Halaman Bantuan | https://github.com/JParramore/youtube-arrow-keys-fix |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Arrow Keys Fix", "version": "1.0", "description": "Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ] } |