CatBird Karaoke and Lazy Music Playlist
Music and Karaoke Playlist with videos and lyrics
Wat is CatBird Karaoke and Lazy Music Playlist?
CatBird Karaoke and Lazy Music Playlist is een Chrome-extensie ontwikkeld door Kathy Zhou, en de belangrijkste functie is "Music and Karaoke Playlist with videos and lyrics".
Extensie Screenshots
Download het CRX-bestand van de extensie CatBird Karaoke and Lazy Music Playlist
Download CatBird Karaoke and Lazy Music Playlist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | CatBird Karaoke and Lazy Music Playlist |
ID | gkopncgliliconghbmejgnbmmadgogbj |
Officiële URL | https://chromewebstore.google.com/detail/catbird-karaoke-and-lazy/gkopncgliliconghbmejgnbmmadgogbj |
Beschrijving | Music and Karaoke Playlist with videos and lyrics |
Bestandsgrootte | 96.05 KB |
Aantal Installaties | 1,315 |
Huidige Versie | 0.0.0.6 |
Laatst Bijgewerkt | 2014-08-06 |
Publicatiedatum | 2014-08-05 |
Beoordeling | 3.73/5 Totaal 105 Beoordelingen |
Ontwikkelaar | Kathy Zhou |
Betalingswijze | free |
Extensiewebsite | http://www.kathyzhou.com |
Help Pagina-URL | http://www.kathyzhou.com |
Ondersteunde Talen | 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" } } |