MyYoutubeKaraoke
Manage your KTV list on Youtube or just simply add your favourite videos
什麼是MyYoutubeKaraoke?
MyYoutubeKaraoke是由dinhthibc開發的Chrome擴展程式,該擴展的主要功能是“Manage your KTV list on Youtube or just simply add your favourite videos”。
擴展截圖
下載MyYoutubeKaraoke擴展crx文件
下載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 |
ID | aoidbbmpdjgjhjmkphcgpblmlglinokn |
官方網址 | 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" } } |