CatBird Karaoke and Lazy Music Playlist

Music and Karaoke Playlist with videos and lyrics

Apa itu CatBird Karaoke and Lazy Music Playlist?

CatBird Karaoke and Lazy Music Playlist adalah ekstensi Chrome yang dikembangkan oleh Kathy Zhou, dan fitur utamanya adalah "Music and Karaoke Playlist with videos and lyrics".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CatBird Karaoke and Lazy Music Playlist

Unduh file ekstensi CatBird Karaoke and Lazy Music Playlist dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama CatBird Karaoke and Lazy Music Playlist CatBird Karaoke and Lazy Music Playlist
ID gkopncgliliconghbmejgnbmmadgogbj
URL Resmi https://chromewebstore.google.com/detail/catbird-karaoke-and-lazy/gkopncgliliconghbmejgnbmmadgogbj
Deskripsi Music and Karaoke Playlist with videos and lyrics
Ukuran File 96.05 KB
Jumlah Instalasi 1,315
Versi Saat Ini 0.0.0.6
Terakhir Diperbarui 2014-08-06
Tanggal Publikasi 2014-08-05
Penilaian 3.73/5 Total 105 Penilaian
Pengembang Kathy Zhou
Tipe Pembayaran free
Situs Ekstensi http://www.kathyzhou.com
URL Halaman Bantuan http://www.kathyzhou.com
Bahasa yang Didukung 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"
    }
}