MyYoutubeKaraoke
Manage your KTV list on Youtube or just simply add your favourite videos
Hvad er MyYoutubeKaraoke?
MyYoutubeKaraoke er en Chrome-udvidelse udviklet af dinhthibc, og dens hovedfunktion er "Manage your KTV list on Youtube or just simply add your favourite videos".
Udvidelsesskærmbilleder
Download MyYoutubeKaraoke-udvidelses-CRX-fil
Download MyYoutubeKaraoke-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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... Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | aoidbbmpdjgjhjmkphcgpblmlglinokn |
| Officiel URL | https://chromewebstore.google.com/detail/myyoutubekaraoke/aoidbbmpdjgjhjmkphcgpblmlglinokn |
| Beskrivelse | Manage your KTV list on Youtube or just simply add your favourite videos |
| Filstørrelse | 197 KB |
| Antal Installationer | 177 |
| Nuværende Version | 0.0.2 |
| Senest Opdateret | 2023-07-16 |
| Udgivelsesdato | 2023-06-19 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | dinhthibc |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |