Media Keys for Youtube™

Improve hardware media key handling!

Media Keys for Youtube™ là gì?

Media Keys for Youtube™ là một tiện ích mở rộng Chrome được phát triển bởi timobaczynski, và tính năng chính của nó là "Improve hardware media key handling!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Media Keys for Youtube™

Tải xuống các tệp mở rộng Media Keys for Youtube™ 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Media Keys for Youtube™ Media Keys for Youtube™
ID inpajkcdlienadkggigbmfhhkdkkpbfn
URL Chính Thức https://chromewebstore.google.com/detail/media-keys-for-youtube/inpajkcdlienadkggigbmfhhkdkkpbfn
Mô tả Improve hardware media key handling!
Kích Thước Tệp 3.84 KB
Số Lần Cài Đặt 300
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-06-01
Ngày Phát Hành 2021-04-07
Đánh Giá 4.17/5 Tổng số 18 Đánh Giá
Nhà Phát Triển timobaczynski
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}