Video Speed
Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard
Video Speed란 무엇입니까?
Video Speed은(는) Gil Amran에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard"입니다.
확장 프로그램 스크린샷
Video Speed 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An easy way to control any HTML5 video playback speed. [ Slowdown the video ] Speedup the video. 0 Reset, and get back to normal speed - Go back 5 sec. + Skip 5 sec. Have fun! @gilamran Note: This extension will ONLY work on the HTML5 version of YouTube
확장 프로그램 기본 정보
이름 | |
ID | fnjmlegmhldjolpmcfjhooibnchlafgg |
공식 URL | https://chrome.google.com/webstore/detail/video-speed/fnjmlegmhldjolpmcfjhooibnchlafgg |
설명 | Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard |
파일 크기 | 23.07 KB |
설치 횟수 | 23,534 |
현재 버전 | 2.0.7 |
최근 업데이트 | 2015-12-19 |
출시 날짜 | 2015-12-19 |
평점 | 4.34/5 총 83 개의 평점 |
개발자 | Gil Amran |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "27", "name": "__MSG_appName__", "short_name": "VideoSpeed", "default_locale": "en", "description": "__MSG_appDescription__", "version": "2.0.7", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content_scripts\/styles\/video-speed.css" ], "js": [ "content_scripts\/scripts\/video_speed_content_scripts.js" ], "all_frames": true, "run_at": "document_end" } ] } |