MyYoutubeKaraoke

Manage your KTV list on Youtube or just simply add your favourite videos

ما هو MyYoutubeKaraoke؟

MyYoutubeKaraoke هو إضافة Chrome تم تطويرها بواسطة dinhthibc، والميزة الرئيسية لها هي "Manage your KTV list on Youtube or just simply add your favourite videos".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة MyYoutubeKaraoke

قم بتنزيل ملفات الامتداد MyYoutubeKaraoke بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        You can easily manage your KTV/Karaoke list on Youtube & share with your friends/family members. Our current support features:
- Add video directly from Youtube
- Search videos by tags, keywords
- Auto play to the next video in the list
- Multi-language support
- Dark mode support
- Export/Import support
- Shuffle the list or Sort by name/total play count
- Easy to edit video with name alias + tags
- And more are coming...                    

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

الاسم MyYoutubeKaraoke MyYoutubeKaraoke
ID aoidbbmpdjgjhjmkphcgpblmlglinokn
عنوان URL الرسمي https://chromewebstore.google.com/detail/myyoutubekaraoke/aoidbbmpdjgjhjmkphcgpblmlglinokn
الوصف Manage your KTV list on Youtube or just simply add your favourite videos
حجم الملف 197 KB
عدد التثبيتات 177
النسخة الحالية 0.0.2
آخر تحديث 2023-07-16
تاريخ النشر 2023-06-19
تقييم 5.00/5 مجموع تقييمات 3
المطور dinhthibc
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyYoutubeKaraoke",
    "version": "0.0.2",
    "description": "Manage your KTV list on Youtube or just simply add your favourite videos",
    "author": "Thi Tran",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}