Transpose ▲▼ pitch ▹ speed ▹ loop for videos

Pitch shifter, speed changer and looper for online videos like YouTube. Musician's toolbox for practicing and rehearsing.

Transpose ▲▼ pitch ▹ speed ▹ loop for videos là gì?

Transpose ▲▼ pitch ▹ speed ▹ loop for videos là một tiện ích mở rộng Chrome được phát triển bởi https://transpose.video, và tính năng chính của nó là "Pitch shifter, speed changer and looper for online videos like YouTube. Musician's toolbox for practicing and rehearsing.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Transpose ▲▼ pitch ▹ speed ▹ loop for videos

Tải xuống các tệp mở rộng Transpose ▲▼ pitch ▹ speed ▹ loop for videos 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

                        ✓ Real time audio processing
✓ High quality audio pitch & transpose
✓ Control the playback speed
✓ Loop between time markers
✓ Jump directly to a time marker
✓ Supports all online audio, including Spotify web player
✓ Remember settings for each video
✓ History list
✓ Keyboard shortcuts
✓ Progress & navigation bar
✓ Pitch shift mp3 and other local files
✓ Dark theme
✓ Unlimited Loops
✓ No browser permissions required for Youtube

Do you ever play along with a YouTube video to practice a song or learn from a music tutorial lesson? When you need to master a song in a different key you can use this tool to pitch shift the audio, repeat a section in a loop or slow down the video to get a hang of it quicker.

Go to a video site like Youtube or Vimeo, select a music video, and open the extension to get started. Do you want to pitch shift an mp3 file? This could be a faster way!


💁 Note: 
• refresh the page if it doesn't work the first time
• works on Youtube, Vimeo, but some other sites may block usage.

--------------------------------------------------

Browser Permissions
By default, no permissions are needed. For specific sites, like open.spotify.com, or embedded Youtube video's optional permissions can be needed.
For a detailed description of usage see:
https://transpose.video/about.html#permissions

---------------------------------------------------

• Tonhöhe und Geschwindigkeit ändern
• Cambiar el tono y la velocidad
• Changez le pitch et la vitesse                    

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

Tên Transpose ▲▼ pitch ▹ speed ▹ loop for videos Transpose ▲▼ pitch ▹ speed ▹ loop for videos
ID ioimlbgefgadofblnajllknopjboejda
URL Chính Thức https://chromewebstore.google.com/detail/transpose-%E2%96%B2%E2%96%BC-pitch-%E2%96%B9-spee/ioimlbgefgadofblnajllknopjboejda
Mô tả Pitch shifter, speed changer and looper for online videos like YouTube. Musician's toolbox for practicing and rehearsing.
Kích Thước Tệp 158 KB
Số Lần Cài Đặt 657,828
Phiên Bản Hiện Tại 5.1.3
Cập Nhật Lần Cuối 2024-02-25
Ngày Phát Hành 2020-06-20
Đánh Giá 4.43/5 Tổng số 554 Đánh Giá
Nhà Phát Triển https://transpose.video
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://transpose.video
URL Trang Trợ Giúp https://transpose.video/#faq
URL Trang Chính Sách Bảo Mật https://transpose.video/about.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "96",
    "name": "Transpose \u25b2\u25bc pitch \u25b9 speed \u25b9 loop for videos",
    "short_name": "Transpose \u25b2\u25bc",
    "version": "5.1.3",
    "description": "Pitch shifter, speed changer and looper for online videos like YouTube. Musician's toolbox for practicing and rehearsing.",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Tune73",
    "homepage_url": "https:\/\/transpose.video",
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "tabCapture"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "controls.html"
    },
    "background": {
        "service_worker": "scripts\/background-bundle.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self';  object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/audioworklet-pitch-hq-processor.js",
                "scripts\/content-getmedia.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}