CatBird Karaoke and Lazy Music Playlist

Music and Karaoke Playlist with videos and lyrics

O que é CatBird Karaoke and Lazy Music Playlist?

CatBird Karaoke and Lazy Music Playlist é uma extensão do Chrome desenvolvida por Kathy Zhou, e sua principal característica é "Music and Karaoke Playlist with videos and lyrics".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CatBird Karaoke and Lazy Music Playlist

Baixe arquivos de extensão CatBird Karaoke and Lazy Music Playlist 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

                        CatBird is a karaoke and lazy music playlist for your desktop!
Type in the name and the artist of the song you want to sing, and Catbird will open up the song lyrics and music video for you to sing along too.
Add more items to your playlist and Catbird will automatically load in the next song each time the current song is done!

Follow @kaffkaff on Twitter for suggestions and user support :)

Built by @nukedeggs and Kathy Zhou: http://www.kathyzhou.com/                    

Informações Básicas da Extensão

Nome CatBird Karaoke and Lazy Music Playlist CatBird Karaoke and Lazy Music Playlist
ID gkopncgliliconghbmejgnbmmadgogbj
URL Oficial https://chromewebstore.google.com/detail/catbird-karaoke-and-lazy/gkopncgliliconghbmejgnbmmadgogbj
Descrição Music and Karaoke Playlist with videos and lyrics
Tamanho do Arquivo 96.05 KB
Contagem de Instalações 1,315
Versão Atual 0.0.0.6
Última Atualização 2014-08-06
Data de Publicação 2014-08-05
Classificação 3.73/5 Total de 105 Avaliações
Desenvolvedor Kathy Zhou
Tipo de Pagamento free
Site da Extensão http://www.kathyzhou.com
URL da Página de Ajuda http://www.kathyzhou.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CatBird Karaoke and Lazy Music Playlist",
    "description": "Music and Karaoke Playlist with videos and lyrics",
    "version": "0.0.0.6",
    "permissions": [
        "tabs",
        "http:\/\/www.youtube.com\/*",
        "https:\/\/www.youtube.com\/*",
        "http:\/\/rapgenius.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "http:\/\/rapgenius.com\/*",
                "https:\/\/www.google.com\/search*&brenda=ok"
            ],
            "js": [
                "js\/jquery.js",
                "content_script.js",
                "js\/player_api.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}