Video Hotkeys
Enable YouTube-like hotkey experience for mainstream video websites.
Video Hotkeys là gì?
Video Hotkeys là một tiện ích mở rộng Chrome được phát triển bởi imozo studio, và tính năng chính của nó là "Enable YouTube-like hotkey experience for mainstream video websites.".
Ả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 Video Hotkeys
Tải xuống các tệp mở rộng Video Hotkeys 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
Features: 1. Enable video autoplay for Bilibili 2. Enable 0.75, 1.25, 1.75, 3.0 and 4.0 playback rates for PangziTV and DuBoKu 3. Enable autohide barrage (danmu) where it's available 4. Add common global hotkeys to most popular video streaming websites 5. Hide the on-player logo for iQiyi, iQiyi Overseas, Youku and Tencent Video Supported Hotkeys: d: toggle barrage (danmu) <: decrease playback rate >: increase playback rate f: toggle full screen t: toggle theater mode w: toggle full web page i: toggle miniplayer m: toggle mute SPACE: toggle play/pause 0..9: seek to position 0%-90% in the video h: rewind 20 seconds j: rewind 10 seconds k: toggle play/pause l: fast forward 10 seconds ;: fast forward 20 seconds left: rewind 5 seconds right: fast forward 5 seconds up: increase volume by 5% down: decrease volume by 5% [: previous episode in playlist ]: next episode in playlist Supported Video Websites: Bilibili iQiyi Xigua Video Youku Tencent Video and more popular video websites
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Video Hotkeys |
ID | nhddoifhjbelkmbddllomdnblibdanfe |
URL Chính Thức | https://chromewebstore.google.com/detail/video-hotkeys/nhddoifhjbelkmbddllomdnblibdanfe |
Mô tả | Enable YouTube-like hotkey experience for mainstream video websites. |
Kích Thước Tệp | 20.93 KB |
Số Lần Cài Đặt | 440 |
Phiên Bản Hiện Tại | 4.5.4 |
Cập Nhật Lần Cuối | 2023-10-28 |
Ngày Phát Hành | 2021-02-12 |
Đánh Giá | 4.60/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | imozo studio |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "4.5.4", "author": "imozo studio", "icons": { "128": "logo128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "proxy.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |