CatBird Karaoke and Lazy Music Playlist

Music and Karaoke Playlist with videos and lyrics

ما هو CatBird Karaoke and Lazy Music Playlist؟

CatBird Karaoke and Lazy Music Playlist هو إضافة Chrome تم تطويرها بواسطة Kathy Zhou، والميزة الرئيسية لها هي "Music and Karaoke Playlist with videos and lyrics".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة CatBird Karaoke and Lazy Music Playlist

قم بتنزيل ملفات الامتداد CatBird Karaoke and Lazy Music Playlist بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/                    

معلومات أساسية عن التمديد

الاسم CatBird Karaoke and Lazy Music Playlist CatBird Karaoke and Lazy Music Playlist
ID gkopncgliliconghbmejgnbmmadgogbj
عنوان URL الرسمي https://chromewebstore.google.com/detail/catbird-karaoke-and-lazy/gkopncgliliconghbmejgnbmmadgogbj
الوصف Music and Karaoke Playlist with videos and lyrics
حجم الملف 96.05 KB
عدد التثبيتات 1,315
النسخة الحالية 0.0.0.6
آخر تحديث 2014-08-06
تاريخ النشر 2014-08-05
تقييم 3.73/5 مجموع تقييمات 105
المطور Kathy Zhou
نوع الدفع free
موقع الإضافة http://www.kathyzhou.com
عنوان صفحة المساعدة http://www.kathyzhou.com
اللغات المدعومة 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"
    }
}