MyYoutubeKaraoke

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

Wat is MyYoutubeKaraoke?

MyYoutubeKaraoke is een Chrome-extensie ontwikkeld door dinhthibc, en de belangrijkste functie is "Manage your KTV list on Youtube or just simply add your favourite videos".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie MyYoutubeKaraoke

Download MyYoutubeKaraoke-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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...                    

Basisinformatie over de Extensie

Naam MyYoutubeKaraoke MyYoutubeKaraoke
ID aoidbbmpdjgjhjmkphcgpblmlglinokn
Officiële URL https://chromewebstore.google.com/detail/myyoutubekaraoke/aoidbbmpdjgjhjmkphcgpblmlglinokn
Beschrijving Manage your KTV list on Youtube or just simply add your favourite videos
Bestandsgrootte 197 KB
Aantal Installaties 177
Huidige Versie 0.0.2
Laatst Bijgewerkt 2023-07-16
Publicatiedatum 2023-06-19
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar dinhthibc
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}