CatBird Karaoke and Lazy Music Playlist
Music and Karaoke Playlist with videos and lyrics
What is CatBird Karaoke and Lazy Music Playlist?
CatBird Karaoke and Lazy Music Playlist is a Chrome extension developed by Kathy Zhou, and its main feature is "Music and Karaoke Playlist with videos and lyrics".
Extension Screenshots
Download CatBird Karaoke and Lazy Music Playlist Extension CRX File
Download CatBird Karaoke and Lazy Music Playlist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | CatBird Karaoke and Lazy Music Playlist |
ID | gkopncgliliconghbmejgnbmmadgogbj |
Official URL | https://chromewebstore.google.com/detail/catbird-karaoke-and-lazy/gkopncgliliconghbmejgnbmmadgogbj |
Description | Music and Karaoke Playlist with videos and lyrics |
File Size | 96.05 KB |
Installation Count | 1,315 |
Current Version | 0.0.0.6 |
Last Updated | 2014-08-06 |
Publish Date | 2014-08-05 |
Rating | 3.73/5 Total 105 Ratings |
Developer | Kathy Zhou |
Payment Type | free |
Extension Website | http://www.kathyzhou.com |
Help Page URL | http://www.kathyzhou.com |
Supported Languages | 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" } } |