YouTube Arrow Keys Fix
Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.
YouTube Arrow Keys Fix là gì?
YouTube Arrow Keys Fix là một tiện ích mở rộng Chrome được phát triển bởi jp, và tính năng chính của nó là "Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YouTube Arrow Keys Fix
Tải xuống các tệp mở rộng YouTube Arrow Keys Fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YouTube Arrow Keys Fix |
ID | hbnlngeljeofecndhmebgpgpccfnkgjb |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-arrow-keys-fix/hbnlngeljeofecndhmebgpgpccfnkgjb |
Mô tả | Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control. |
Kích Thước Tệp | 45.87 KB |
Số Lần Cài Đặt | 258 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-04-19 |
Ngày Phát Hành | 2023-04-18 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | jp |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/JParramore/youtube-arrow-keys-fix |
URL Trang Trợ Giúp | https://github.com/JParramore/youtube-arrow-keys-fix |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |