CatBird Karaoke and Lazy Music Playlist
Music and Karaoke Playlist with videos and lyrics
¿Qué es CatBird Karaoke and Lazy Music Playlist?
CatBird Karaoke and Lazy Music Playlist es una extensión de Chrome desarrollada por Kathy Zhou, y su función principal es "Music and Karaoke Playlist with videos and lyrics".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CatBird Karaoke and Lazy Music Playlist
Descarga archivos de extensión CatBird Karaoke and Lazy Music Playlist en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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/
Información Básica de la Extensión
Nombre | CatBird Karaoke and Lazy Music Playlist |
ID | gkopncgliliconghbmejgnbmmadgogbj |
URL Oficial | https://chromewebstore.google.com/detail/catbird-karaoke-and-lazy/gkopncgliliconghbmejgnbmmadgogbj |
Descripción | Music and Karaoke Playlist with videos and lyrics |
Tamaño del Archivo | 96.05 KB |
Cantidad de Instalaciones | 1,315 |
Versión Actual | 0.0.0.6 |
Última Actualización | 2014-08-06 |
Fecha de Publicación | 2014-08-05 |
Calificación | 3.73/5 Total de 105 Calificaciones |
Desarrollador | Kathy Zhou |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.kathyzhou.com |
URL de la Página de Ayuda | http://www.kathyzhou.com |
Idiomas Soportados | 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" } } |