Loopi

Create video loops from guitar tutorials on YouTube and other websites with video elements.

¿Qué es Loopi?

Loopi es una extensión de Chrome desarrollada por loopi, y su función principal es "Create video loops from guitar tutorials on YouTube and other websites with video elements.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Loopi

Descarga archivos de extensión Loopi en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Loopi Loopi
ID hkcnbohihafdhnamlnogdefdmjehfald
URL Oficial https://chromewebstore.google.com/detail/loopi/hkcnbohihafdhnamlnogdefdmjehfald
Descripción Create video loops from guitar tutorials on YouTube and other websites with video elements.
Tamaño del Archivo 60.04 KB
Cantidad de Instalaciones 363
Versión Actual 1.0.23
Última Actualización 2023-11-22
Fecha de Publicación 2023-09-28
Calificación 5.00/5 Total de 14 Calificaciones
Desarrollador loopi
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.loopi.ai
URL de la Página de Política de Privacidad https://www.loopi.ai/privacy
Idiomas Soportados 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"
}