Playback Rate changer
Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements
Playback Rate changer란 무엇입니까?
Playback Rate changer은(는) Amaan Cheval에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements"입니다.
Playback Rate changer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An extension that lets you use keyboard shortcuts to control the playback speed of HTML5 audio and video elements. Keyboard shortcuts: Alt and + increases speed Alt and - decreases speed Alt and 0 resets speed temporarily The speed is saved locally for each domain individually. Visit https://www.youtube.com/html5 to make sure YouTube tries to use HTML5 video whenever possible.
확장 프로그램 기본 정보
이름 | Playback Rate changer |
ID | jhpkealghknaaojaaiahfmkgfpomcjfc |
공식 URL | https://chromewebstore.google.com/detail/playback-rate-changer/jhpkealghknaaojaaiahfmkgfpomcjfc |
설명 | Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements |
파일 크기 | 3.79 KB |
설치 횟수 | 15 |
현재 버전 | 1.1 |
최근 업데이트 | 2015-11-12 |
출시 날짜 | 2015-11-12 |
평점 | 3.50/5 총 4 개의 평점 |
개발자 | Amaan Cheval |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "*:\/\/*\/*" ], "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "all_frames": true } ], "description": "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements", "name": "Playback Rate changer", "version": "1.1", "manifest_version": 2 } |