Video Speed And Sound Hotkeys
Use your keyboard to adjust video speed and sound.
Video Speed And Sound Hotkeys란 무엇입니까?
Video Speed And Sound Hotkeys은(는) wma에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use your keyboard to adjust video speed and sound."입니다.
확장 프로그램 스크린샷
Video Speed And Sound Hotkeys 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you would like an easy way to control video speed and sound, this extension is for you. Instead of relying on websites to provide you with the functionality you want, this ensures that you will always be able to speed up, seek forward, and change the volume on the videos you watch. The extension has been optimized to be both lightweight and subtle. This means that it will always be ready to go when you need it, while remaining hidden and using minimal resources when you don't. Just give it a try - it's free!
확장 프로그램 기본 정보
이름 | Video Speed And Sound Hotkeys |
ID | lnjhdnilfpflonafjbdjbeplcipgfmon |
공식 URL | https://chromewebstore.google.com/detail/video-speed-and-sound-hot/lnjhdnilfpflonafjbdjbeplcipgfmon |
설명 | Use your keyboard to adjust video speed and sound. |
파일 크기 | 23.02 KB |
설치 횟수 | 30 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2021-03-04 |
출시 날짜 | 2021-02-22 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | wma |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video Speed And Sound Hotkeys", "description": "Use your keyboard to adjust video speed and sound.", "version": "1.0.4", "icons": { "16": "Icons\/icon16.png", "32": "Icons\/icon32.png", "48": "Icons\/icon48.png", "128": "Icons\/icon128.png" }, "browser_action": { "default_icon": { "16": "Icons\/icon16.png", "32": "Icons\/icon32.png", "48": "Icons\/icon48.png" }, "default_popup": "popup.html" }, "permissions": [ "storage" ], "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "match_about_blank": true, "css": [ "inject.css" ], "js": [ "inject.js" ] } ], "web_accessible_resources": [ "inject.css", "hourglass.png", "volume-on.png", "volume-off.png" ] } |