CatBird Karaoke and Lazy Music Playlist

Music and Karaoke Playlist with videos and lyrics

CatBird Karaoke and Lazy Music Playlist là gì?

CatBird Karaoke and Lazy Music Playlist là một tiện ích mở rộng Chrome được phát triển bởi Kathy Zhou, và tính năng chính của nó là "Music and Karaoke Playlist with videos and lyrics".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CatBird Karaoke and Lazy Music Playlist

Tải xuống các tệp mở rộng CatBird Karaoke and Lazy Music Playlist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CatBird Karaoke and Lazy Music Playlist CatBird Karaoke and Lazy Music Playlist
ID gkopncgliliconghbmejgnbmmadgogbj
URL Chính Thức https://chromewebstore.google.com/detail/catbird-karaoke-and-lazy/gkopncgliliconghbmejgnbmmadgogbj
Mô tả Music and Karaoke Playlist with videos and lyrics
Kích Thước Tệp 96.05 KB
Số Lần Cài Đặt 1,315
Phiên Bản Hiện Tại 0.0.0.6
Cập Nhật Lần Cuối 2014-08-06
Ngày Phát Hành 2014-08-05
Đánh Giá 3.73/5 Tổng số 105 Đánh Giá
Nhà Phát Triển Kathy Zhou
Loại Thanh Toán free
Trang Web Mở Rộng http://www.kathyzhou.com
URL Trang Trợ Giúp http://www.kathyzhou.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}