Loopi

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

Loopi là gì?

Loopi là một tiện ích mở rộng Chrome được phát triển bởi loopi, và tính năng chính của nó là "Create video loops from guitar tutorials on YouTube and other websites with video elements.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Loopi

Tải xuống các tệp mở rộng Loopi dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Loopi Loopi
ID hkcnbohihafdhnamlnogdefdmjehfald
URL Chính Thức https://chromewebstore.google.com/detail/loopi/hkcnbohihafdhnamlnogdefdmjehfald
Mô tả Create video loops from guitar tutorials on YouTube and other websites with video elements.
Kích Thước Tệp 60.04 KB
Số Lần Cài Đặt 363
Phiên Bản Hiện Tại 1.0.23
Cập Nhật Lần Cuối 2023-11-22
Ngày Phát Hành 2023-09-28
Đánh Giá 5.00/5 Tổng số 14 Đánh Giá
Nhà Phát Triển loopi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.loopi.ai
URL Trang Chính Sách Bảo Mật https://www.loopi.ai/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}