FiveLoop

Control your Videos with a MIDI-Foot-Contoller! Set Loops, Adjust the Speed, Pitch-Shift, Play/Pause and Forward/Rewind.

FiveLoopคืออะไร?

FiveLoop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stephan.duechtel และคุณลักษณะหลักของมันคือ "Control your Videos with a MIDI-Foot-Contoller! Set Loops, Adjust the Speed, Pitch-Shift, Play/Pause and Forward/Rewind."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FiveLoop

ดาวน์โหลดไฟล์ส่วนขยาย FiveLoop ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        What´s new?
- The following domains were added: vimeo.com, elopage.com, massimovarini.it, musora.com, Bass-lernen.de

Are you learning thru online video tutorials and always wanted to be able to slow the video down or loop certain parts of it? Then FiveLoop is just what you are looking for!

Set a loop and let the app repeat certain parts of the video. Adjust the tempo of the video in 5% steps. Transpose in halftone steps pitch shifting. Play/Pause and forward or rewind.

You can also use any MIDI-Controller or Bluetooth-Keyboard (keystrokes). Simply connect the to your phone or tablet and assign the keys to the buttons.

FiveLoop is the perfect tool for anybody who is learning to play an instrument (e.g. guitar) thru videos.

The only data that is read and stored is which MIDI Switch should control which function. This is stored in the local storage of your chrome browser. No other or personal data is collected or stored.

Write me if you have any questions or requests for other video platforms.
[email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FiveLoop FiveLoop
ID ieldohooalkegjdnoeldhalmncopplcd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fiveloop/ieldohooalkegjdnoeldhalmncopplcd
คำอธิบาย Control your Videos with a MIDI-Foot-Contoller! Set Loops, Adjust the Speed, Pitch-Shift, Play/Pause and Forward/Rewind.
ขนาดไฟล์ 114 KB
จำนวนการติดตั้ง 2,256
เวอร์ชันปัจจุบัน 2.5
อัปเดตครั้งล่าสุด 2023-07-03
วันที่เผยแพร่ 2020-07-11
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา stephan.duechtel
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FiveLoop",
    "version": "2.5",
    "description": "Control your Videos with a MIDI-Foot-Contoller! Set Loops, Adjust the Speed, Pitch-Shift, Play\/Pause and Forward\/Rewind.",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/fiveloopappicon16.png",
            "32": "images\/fiveloopappicon32.png",
            "48": "images\/fiveloopappicon48.png",
            "128": "images\/fiveloopappicon128.png"
        }
    },
    "icons": {
        "16": "images\/fiveloopappicon16.png",
        "32": "images\/fiveloopappicon32.png",
        "48": "images\/fiveloopappicon48.png",
        "128": "images\/fiveloopappicon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.music2me.de\/*",
                "https:\/\/*.udemy.com\/*",
                "https:\/\/*.gitarrenlehreronline.de\/*",
                "https:\/\/*.learnpracticeplay.com\/*",
                "https:\/\/*.justinguitar.com\/*",
                "https:\/\/*.truefire.com\/*",
                "https:\/\/*.skillshare.com\/*",
                "https:\/\/*.guitarmasterplan.de\/*",
                "https:\/\/*.kerryskamp.com\/*",
                "https:\/\/*.patreon.com\/*",
                "https:\/\/*.licklibrary.com\/*",
                "https:\/\/*.brettpapa.com\/*",
                "https:\/\/*.artistworks.com\/*",
                "https:\/\/*.musiciswin.com\/*",
                "https:\/\/*.martymusic.com\/*",
                "https:\/\/*.coachy.net\/*",
                "https:\/\/*.guitarmasterplanmitglieder.de\/*",
                "https:\/\/*.schlagzeug-lernen.de\/*",
                "https:\/\/*.fiveloop.io\/*",
                "https:\/\/*.drum-mind.com\/*",
                "https:\/\/*.activemelody.com\/*",
                "https:\/\/*.guitargate.com\/*",
                "https:\/\/*.shutupandplay.ca\/*",
                "https:\/\/*.guitarforbeginners.com\/*",
                "https:\/\/*.werdemusiker.de\/*",
                "https:\/\/*.jamplay.com\/*",
                "https:\/\/*.newmusicacademy.de\/*",
                "https:\/\/*.vimeo.com\/*",
                "https:\/\/*.elopage.com\/*",
                "https:\/\/*.massimovarini.it\/*",
                "https:\/\/*.musora.com\/*",
                "https:\/\/*.Bass-lernen.de\/*"
            ],
            "run_at": "document_start",
            "css": [
                "contentStyles.css"
            ],
            "js": [
                "contentScript.js",
                "player.js",
                "Tone.js"
            ]
        }
    ],
    "manifest_version": 2
}