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은(는) Kathy Zhou에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Music and Karaoke Playlist with videos and lyrics"입니다.

확장 프로그램 스크린샷

screenshot

CatBird Karaoke and Lazy Music Playlist 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 URL 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"
    }
}