Video Hotkeys
Enable YouTube-like hotkey experience for mainstream video websites.
Video Hotkeys란 무엇입니까?
Video Hotkeys은(는) imozo studio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enable YouTube-like hotkey experience for mainstream video websites."입니다.
확장 프로그램 스크린샷
Video Hotkeys 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Video Hotkeys |
ID | nhddoifhjbelkmbddllomdnblibdanfe |
공식 URL | https://chromewebstore.google.com/detail/video-hotkeys/nhddoifhjbelkmbddllomdnblibdanfe |
설명 | Enable YouTube-like hotkey experience for mainstream video websites. |
파일 크기 | 20.93 KB |
설치 횟수 | 440 |
현재 버전 | 4.5.4 |
최근 업데이트 | 2023-10-28 |
출시 날짜 | 2021-02-12 |
평점 | 4.60/5 총 10 개의 평점 |
개발자 | imozo studio |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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": [ "*:\/\/*\/*" ] } ] } |