Loopi
Create video loops from guitar tutorials on YouTube and other websites with video elements.
Qu'est-ce que Loopi ?
Loopi est une extension Chrome développée par loopi, et sa fonction principale est "Create video loops from guitar tutorials on YouTube and other websites with video elements.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Loopi
Téléchargez les fichiers d'extension Loopi au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
LOOPi is the 100% FREE software tool for all guitarists. It's simple and quick to install, but incredibly powerful in helping you learn to play, easier and faster. Here's why... You can effortlessly create small looped segments of any tutorial videos, so you can watch and practice the same small segment of teaching, over and over again. This means you never get overwhelmed, as you can break every lesson into bite-sized chunks that suit your learning skills. Learning this way makes it easier to play more ambitious material, than you previously thought possible! You can slow your loops down, so you can learn at a pace that's comfortable for you - and then, when you're ready, slowly increase the speed as you get better. This gives you the power to continually adjust the learning speed to suit you, which builds your skills and confidence faster - and it's so much more fun. You can save your looped video segments, so you can instantly find them and go back to them the next day, week, or month, til you've completely nailed that song, riff or solo you've always wanted to master. With LOOPi you've got COMPLETE CONTROL, so you can learn at your pace, in your time, whenever and however you like.
Informations de Base sur l'Extension
Nom | Loopi |
ID | hkcnbohihafdhnamlnogdefdmjehfald |
URL Officiel | https://chromewebstore.google.com/detail/loopi/hkcnbohihafdhnamlnogdefdmjehfald |
Description | Create video loops from guitar tutorials on YouTube and other websites with video elements. |
Taille du Fichier | 60.04 KB |
Nombre d'Installations | 363 |
Version Actuelle | 1.0.23 |
Dernière Mise à Jour | 2023-11-22 |
Date de Publication | 2023-09-28 |
Évaluation | 5.00/5 Total 14 Évaluations |
Développeur | loopi |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.loopi.ai |
URL de la Page de Politique de Confidentialité | https://www.loopi.ai/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Loopi", "description": "Create video loops from guitar tutorials on YouTube and other websites with video elements.", "action": { "default_icon": "\/img\/logo.png" }, "background": { "service_worker": "\/js\/background.js" }, "icons": { "128": "\/img\/logo.png", "512": "\/img\/logo.png" }, "permissions": [ "activeTab", "storage", "scripting" ], "optional_host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "extension_ids": [] } ], "version": "1.0.23" } |