유튜브 노래방 기계 - YouTube Karaoke Toolkit

음정, 템포, 남자/여자 음정 변경 등 노래방 기계로 할 수 있는 다양한 조작을 동영상에 대해 할 수 있습니다. You can change a video's pitch and tempo with Karaoke.

유튜브 노래방 기계 - YouTube Karaoke Toolkit क्या है?

유튜브 노래방 기계 - YouTube Karaoke Toolkit yoonzam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "음정, 템포, 남자/여자 음정 변경 등 노래방 기계로 할 수 있는 다양한 조작을 동영상에 대해 할 수 있습니다. You can change a video's pitch and tempo with Karaoke."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 유튜브 노래방 기계 - YouTube Karaoke Toolkit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A free tool to change the key, pitch, and tempo of online videos like YouTube. 
It is provided in both English and Korean.
이 앱은 무료로 유튜브 등 온라인 비디오의 음정과 템포를 바꿀 수 있는 툴입니다.
영어와 한국어 모두 제공됩니다

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

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

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

💯Free
✓ HTML5 video detection
✓ Pitch shift
✓ Male pitch or female pitch
✓ Tempo shift
✓ Remember settings for each video
✓ Unlimited usage

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

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

Browser Permissions
The following browser permissions are needed by this extension: activeTab, tabs, and storage.                    

एक्सटेंशन की मूल जानकारी

नाम 유튜브 노래방 기계 - YouTube Karaoke Toolkit 유튜브 노래방 기계 - YouTube Karaoke Toolkit
ID cdgmkacahjfleahcaioegeblcoedjbka
आधिकारिक URL https://chromewebstore.google.com/detail/%EC%9C%A0%ED%8A%9C%EB%B8%8C-%EB%85%B8%EB%9E%98%EB%B0%A9-%EA%B8%B0%EA%B3%84-youtube-karaok/cdgmkacahjfleahcaioegeblcoedjbka
विवरण 음정, 템포, 남자/여자 음정 변경 등 노래방 기계로 할 수 있는 다양한 조작을 동영상에 대해 할 수 있습니다. You can change a video's pitch and tempo with Karaoke.
फ़ाइल का आकार 74.97 KB
स्थापना संख्या 917
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-02-10
प्रकाशन तिथि 2021-12-18
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर yoonzam
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://www.buymeacoffee.com/karaoke
गोपनीयता नीति पृष्ठ URL https://noteworthynotes.herokuapp.com/privacy.html
समर्थित भाषाएँ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\uc720\ud29c\ube0c \ub178\ub798\ubc29 \uae30\uacc4 - YouTube Karaoke Toolkit",
    "short_name": "\ub178\ub798\ubc29 - Karaoke",
    "author": "Jaeyoon Song",
    "version": "1.2",
    "description": "\uc74c\uc815, \ud15c\ud3ec, \ub0a8\uc790\/\uc5ec\uc790 \uc74c\uc815 \ubcc0\uacbd \ub4f1 \ub178\ub798\ubc29 \uae30\uacc4\ub85c \ud560 \uc218 \uc788\ub294 \ub2e4\uc591\ud55c \uc870\uc791\uc744 \ub3d9\uc601\uc0c1\uc5d0 \ub300\ud574 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. You can change a video's pitch and tempo with Karaoke.",
    "icons": {
        "16": "images\/logo16x16.png",
        "32": "images\/logo32x32.png",
        "48": "images\/logo48x48.png",
        "128": "images\/logo128x128.png"
    },
    "browser_action": {
        "default_icon": "images\/logo32x32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}