Visual Ex- Script for YouTube Looping
Create multiple loops for YouTube videos!
Visual Ex- Script for YouTube Looping란 무엇입니까?
Visual Ex- Script for YouTube Looping은(는) dantony에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create multiple loops for YouTube videos!"입니다.
확장 프로그램 스크린샷
Visual Ex- Script for YouTube Looping 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Instructions: https://github.com/dantony/exscript#instructions This is a Chrome extension to create multiple loops for YouTube videos. Practicing with a metronome is boring. For this reason, this extension facilitates practicing different sections of a video according to a set of defined loops. There are sites, apps, and extensions that allow the user to loop a portion of a YouTube video, or repeat nonstop. The advantage of this extension is that it allows the user to stay within the YouTube site and loop multiple portions of a video automatically. This allows the user to focus on practicing their instrument at various speeds without having to manually restart the video at specific points. Young Guitar Magazine inspired the development and naming of this extension. They provide demonstration videos with breakdowns of solos and phrases at various speeds. Each exercise begins with an Ex-# label.
확장 프로그램 기본 정보
이름 | Visual Ex- Script for YouTube Looping |
ID | lbpahiadpnfohiiljhjkbcegmmajfmcj |
공식 URL | https://chromewebstore.google.com/detail/visual-ex-script-for-yout/lbpahiadpnfohiiljhjkbcegmmajfmcj |
설명 | Create multiple loops for YouTube videos! |
파일 크기 | 265 KB |
설치 횟수 | 228 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2015-08-09 |
출시 날짜 | 2015-08-09 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | dantony |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/dantony/exscript |
도움말 페이지 URL | https://github.com/dantony/exscript#instructions |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Visual Ex- Script for YouTube Looping", "short_name": "vexscript", "version": "1.0.0", "manifest_version": 2, "description": "Create multiple loops for YouTube videos!", "homepage_url": "http:\/\/github.com\/dantony\/exscript", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html" }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "js\/jquery-ui-1.11.4\/jquery-ui.min.css" ], "js": [ "js\/jquery-2.1.4.min.js", "js\/jquery-ui-1.11.4\/jquery-ui.min.js", "js\/exscript.js", "src\/inject\/inject.js" ] } ] } |