MyYoutubeKaraoke

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

O que é MyYoutubeKaraoke?

MyYoutubeKaraoke é uma extensão do Chrome desenvolvida por dinhthibc, e sua principal característica é "Manage your KTV list on Youtube or just simply add your favourite videos".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão MyYoutubeKaraoke

Baixe arquivos de extensão MyYoutubeKaraoke no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome MyYoutubeKaraoke MyYoutubeKaraoke
ID aoidbbmpdjgjhjmkphcgpblmlglinokn
URL Oficial https://chromewebstore.google.com/detail/myyoutubekaraoke/aoidbbmpdjgjhjmkphcgpblmlglinokn
Descrição Manage your KTV list on Youtube or just simply add your favourite videos
Tamanho do Arquivo 197 KB
Contagem de Instalações 177
Versão Atual 0.0.2
Última Atualização 2023-07-16
Data de Publicação 2023-06-19
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor dinhthibc
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}