HTML5 Video Controller
This extension provides additional controls to Youtube, Vimeo, Dailymotion, or any other HTML5 videos.
HTML5 Video Controller란 무엇입니까?
HTML5 Video Controller은(는) Angela Chieh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension provides additional controls to Youtube, Vimeo, Dailymotion, or any other HTML5 videos."입니다.
확장 프로그램 스크린샷
HTML5 Video Controller 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
HTML5 Video Controller is a Chrome extension that allows to control any HTML5 video, including Youtube, Vimeo, and Dailymotion videos. The extension allows you to easily: - Rewind the video by a specific amount of time - Fast forward the video by a specific amount of time - Jump directly to a specific time - Set the playback rate to 0.25, 0.5, 1, 1.5, or 2 (some videos may not support all playback rate values) On a Youtube/Vimeo/Dailymotion page, or any other page containing an HTML5 video, click on the extension icon and start controlling your video.
확장 프로그램 기본 정보
이름 | HTML5 Video Controller |
ID | lckanjabhailhdngplhaejjjbpnfmdld |
공식 URL | https://chromewebstore.google.com/detail/html5-video-controller/lckanjabhailhdngplhaejjjbpnfmdld |
설명 | This extension provides additional controls to Youtube, Vimeo, Dailymotion, or any other HTML5 videos. |
파일 크기 | 10.45 KB |
설치 횟수 | 2,000 |
현재 버전 | 0.0.5 |
최근 업데이트 | 2018-05-06 |
출시 날짜 | 2018-05-06 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | Angela Chieh |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HTML5 Video Controller", "version": "0.0.5", "manifest_version": 2, "description": "This extension provides additional controls to Youtube, Vimeo, Dailymotion, or any other HTML5 videos.", "homepage_url": "https:\/\/github.com\/angelachieh\/youtube-controls", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": "img\/icon_19.png", "default_title": "HTML5 Video Controller", "default_popup": "views\/popup.html" }, "permissions": [], "content_scripts": [ { "matches": [ " |