Auto Replay for YouTube™
Enables automatic replay of a YouTube™ video or a part of it...
Auto Replay for YouTube™란 무엇입니까?
Auto Replay for YouTube™은(는) http://www.ezlooper.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables automatic replay of a YouTube™ video or a part of it..."입니다.
확장 프로그램 스크린샷
Auto Replay for YouTube™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds a Replay button to YouTube™, allowing you to loop the video clip. Replay and share your loops using the built-in EZ Looper integration (http://www.ezlooper.com) Excellent for musicians: Loop to practice on a specific part of a song... Notes * I've integrated between the addon and EZ Looper (http://www.ezlooper.com). Your thoughts and comments are welcome!
확장 프로그램 기본 정보
이름 | |
ID | mcdpnidfhfjfbafmpppcplcejgepadbo |
공식 URL | https://chrome.google.com/webstore/detail/auto-replay-for-youtube/mcdpnidfhfjfbafmpppcplcejgepadbo |
설명 | Enables automatic replay of a YouTube™ video or a part of it... |
파일 크기 | 60.07 KB |
설치 횟수 | 20,000 |
현재 버전 | 3.4 |
최근 업데이트 | 2018-01-31 |
출시 날짜 | 2018-01-31 |
평점 | 3.94/5 총 431 개의 평점 |
개발자 | http://www.ezlooper.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Replay for YouTube\u2122", "manifest_version": 2, "version": "3.4", "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "jquery-3.3.1.min.js", "youtubeautoreplay_script.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "bg.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "description": "Enables automatic replay of a YouTube\u2122 video or a part of it..." } |