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文件
下載Visual Ex- Script for YouTube Looping擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } ] } |