MyYoutubeKaraoke

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

Cos'è MyYoutubeKaraoke?

MyYoutubeKaraoke è un'estensione di Chrome sviluppata da dinhthibc, e la sua funzione principale è "Manage your KTV list on Youtube or just simply add your favourite videos".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione MyYoutubeKaraoke

Scarica i file di estensione MyYoutubeKaraoke in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome MyYoutubeKaraoke MyYoutubeKaraoke
ID aoidbbmpdjgjhjmkphcgpblmlglinokn
URL Ufficiale https://chromewebstore.google.com/detail/myyoutubekaraoke/aoidbbmpdjgjhjmkphcgpblmlglinokn
Descrizione Manage your KTV list on Youtube or just simply add your favourite videos
Dimensione del File 197 KB
Conteggio Installazioni 177
Versione Corrente 0.0.2
Ultimo Aggiornamento 2023-07-16
Data di Pubblicazione 2023-06-19
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore dinhthibc
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}