Media Keys for Youtube™
Improve hardware media key handling!
Media Keys for Youtube™란 무엇입니까?
Media Keys for Youtube™은(는) timobaczynski에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve hardware media key handling!"입니다.
확장 프로그램 스크린샷
Media Keys for Youtube™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Media Keys for Youtube™ |
ID | inpajkcdlienadkggigbmfhhkdkkpbfn |
공식 URL | https://chromewebstore.google.com/detail/media-keys-for-youtube/inpajkcdlienadkggigbmfhhkdkkpbfn |
설명 | Improve hardware media key handling! |
파일 크기 | 3.84 KB |
설치 횟수 | 300 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2021-06-01 |
출시 날짜 | 2021-04-07 |
평점 | 4.17/5 총 18 개의 평점 |
개발자 | timobaczynski |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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\/*" ] } |