Replay Youtube Videos
Want to replay any Youtube video ? Just click on Replay button and let it play as long as you want it to. Want to play a part of a…
Replay Youtube Videos란 무엇입니까?
Replay Youtube Videos은(는) coolswastik60에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Want to replay any Youtube video ? Just click on Replay button and let it play as long as you want it to. Want to play a part of a…"입니다.
확장 프로그램 스크린샷
Replay Youtube Videos 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Want to replay any Youtube video ? Just click on Replay button and let it play as long as you want it to. Want to play a part of a video in loop ? Just select the time from what to what, and let the video play from the specified time to the specified end time. And just pull yourself back from the replay button and enjoy the video. (Reload the video page if Youtube is opened for the first time after Chrome startup) (Reload the video page if buttons are not visible. This may happen rarely.) Instructions (Keep the replay button "on" for replaying videos): 1. To play the whole video : Keep the starting and ending time to 00:00 and 00:00 2. To play the video from a specific time to end : Set the from time as your choice and leave the end time as 00:00 to replay the video from the specified time to end. 3. To play the video for a particular duration : Set the from and end time as per your choice. 4. While setting time duration, off the Replay button, and after setting the duration, again on the replay button.
확장 프로그램 기본 정보
이름 | |
ID | hpgafjcdjacgoblboedfjglpdilbookd |
공식 URL | https://chrome.google.com/webstore/detail/replay-youtube-videos/hpgafjcdjacgoblboedfjglpdilbookd |
설명 | Want to replay any Youtube video ? Just click on Replay button and let it play as long as you want it to. Want to play a part of a… |
파일 크기 | 47.08 KB |
설치 횟수 | 145 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-08-19 |
출시 날짜 | 2015-08-19 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | coolswastik60 |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Replay Youtube Videos", "version": "1.0", "permissions": [ "*:\/\/*\/*", "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch?*", "http:\/\/www.youtube.com\/watch?*" ], "js": [ "background.js" ] } ] } |