Loopi

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

Loopi란 무엇입니까?

Loopi은(는) loopi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create video loops from guitar tutorials on YouTube and other websites with video elements."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Loopi 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Loopi Loopi
ID hkcnbohihafdhnamlnogdefdmjehfald
공식 URL https://chromewebstore.google.com/detail/loopi/hkcnbohihafdhnamlnogdefdmjehfald
설명 Create video loops from guitar tutorials on YouTube and other websites with video elements.
파일 크기 60.04 KB
설치 횟수 363
현재 버전 1.0.23
최근 업데이트 2023-11-22
출시 날짜 2023-09-28
평점 5.00/5 총 14 개의 평점
개발자 loopi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.loopi.ai
개인정보 보호 정책 페이지 URL https://www.loopi.ai/privacy
지원되는 언어 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"
}