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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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"
    }
}