Mirror YouTube for Dance Practice 거울모드 안무 연습

You can mirror, loop, and change tempo of a video to practice dance. 댄스 연습을 위해 춤 동영상에 대해 좌우 반전, 템포 변경, 구간 반복 등 다양한 조작을 할 수 있습니다

ما هو Mirror YouTube for Dance Practice 거울모드 안무 연습؟

Mirror YouTube for Dance Practice 거울모드 안무 연습 هو إضافة Chrome تم تطويرها بواسطة yoonzam، والميزة الرئيسية لها هي "You can mirror, loop, and change tempo of a video to practice dance. 댄스 연습을 위해 춤 동영상에 대해 좌우 반전, 템포 변경, 구간 반복 등 다양한 조작을 할 수 있습니다".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Mirror YouTube for Dance Practice 거울모드 안무 연습

قم بتنزيل ملفات الامتداد Mirror YouTube for Dance Practice 거울모드 안무 연습 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A free tool to mirror and change the tempo of a dance video for practice.
It is provided in both English and Korean.
이 앱은 무료로 유튜브 등 춤 동영상을 좌우 반전시키거나 템포를 변경하여 편하게 댄스 연습을 하도록 도와주는 툴입니다.
영어와 한국어 모두 제공됩니다

💯무료 제공 
✓ HTML5 video detection
✓ Mirror mode
✓ Tempo shift
✓ Remember settings for each video
✓ Unlimited usage

🔒This app does not collect your browser history or your private information

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

💯무료 제공 
✓ 유튜브 등 온라인 비디오 자동 발견 
✓ 거울 모드
✓ 자유로운 템포 변경
✓ 각 비디오에 대한 설정을 기억
✓ 위 기능 모두 무한 제공

🔒이 앱은 브라우저 히스토리나 개인정보를 수집하지 않습니다.

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

⭐️Upcoming feature
We will soon add a feature that allows looping a certain part of the video.
구간 반복 기능을 조만간 추가할 계획입니다.

🔍Keywords
dance practice kpop idol choreography cover tempo flip horizontally video youtube speed loop repeat mirror transform 
안무 춤 댄스 연습 유튜브 동영상 미러모드 거울모드 좌우반전 동영상반전 템포 속도 스피드 케이팝 아이돌 방송댄스 코리오그래피 커버                    

معلومات أساسية عن التمديد

الاسم Mirror YouTube for Dance Practice 거울모드 안무 연습 Mirror YouTube for Dance Practice 거울모드 안무 연습
ID odmglmjpojlhploiiaemcdohkeoapakf
عنوان URL الرسمي https://chromewebstore.google.com/detail/mirror-youtube-for-dance/odmglmjpojlhploiiaemcdohkeoapakf
الوصف You can mirror, loop, and change tempo of a video to practice dance. 댄스 연습을 위해 춤 동영상에 대해 좌우 반전, 템포 변경, 구간 반복 등 다양한 조작을 할 수 있습니다
حجم الملف 214 KB
عدد التثبيتات 2,020
النسخة الحالية 1.2
آخر تحديث 2022-02-14
تاريخ النشر 2022-02-09
تقييم 4.50/5 مجموع تقييمات 12
المطور yoonzam
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://www.buymeacoffee.com/karaoke
عنوان صفحة سياسة الخصوصية https://noteworthynotes.herokuapp.com/privacy.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mirror YouTube for Dance Practice \uac70\uc6b8\ubaa8\ub4dc \uc548\ubb34 \uc5f0\uc2b5",
    "short_name": "Mirror Dance Practice",
    "author": "Jaeyoon Song",
    "version": "1.2",
    "description": "You can mirror, loop, and change tempo of a video to practice dance. \ub304\uc2a4 \uc5f0\uc2b5\uc744 \uc704\ud574 \ucda4 \ub3d9\uc601\uc0c1\uc5d0 \ub300\ud574 \uc88c\uc6b0 \ubc18\uc804, \ud15c\ud3ec \ubcc0\uacbd, \uad6c\uac04 \ubc18\ubcf5 \ub4f1 \ub2e4\uc591\ud55c \uc870\uc791\uc744 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4",
    "icons": {
        "16": "images\/icon16x16.png",
        "32": "images\/icon32x32.png",
        "48": "images\/icon48x48.png",
        "128": "images\/icon128x128.png"
    },
    "action": {
        "default_icon": "images\/icon32x32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}