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 |
公式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 |
Eメール | [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" } } |