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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create multiple loops for YouTube videos!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Visual Ex- Script for YouTube Looping एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |