CatBird Karaoke and Lazy Music Playlist
Music and Karaoke Playlist with videos and lyrics
Cos'è CatBird Karaoke and Lazy Music Playlist?
CatBird Karaoke and Lazy Music Playlist è un'estensione di Chrome sviluppata da Kathy Zhou, e la sua funzione principale è "Music and Karaoke Playlist with videos and lyrics".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CatBird Karaoke and Lazy Music Playlist
Scarica i file di estensione CatBird Karaoke and Lazy Music Playlist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | CatBird Karaoke and Lazy Music Playlist |
ID | gkopncgliliconghbmejgnbmmadgogbj |
URL Ufficiale | https://chromewebstore.google.com/detail/catbird-karaoke-and-lazy/gkopncgliliconghbmejgnbmmadgogbj |
Descrizione | Music and Karaoke Playlist with videos and lyrics |
Dimensione del File | 96.05 KB |
Conteggio Installazioni | 1,315 |
Versione Corrente | 0.0.0.6 |
Ultimo Aggiornamento | 2014-08-06 |
Data di Pubblicazione | 2014-08-05 |
Valutazione | 3.73/5 Totale 105 Valutazioni |
Sviluppatore | Kathy Zhou |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.kathyzhou.com |
URL della Pagina di Aiuto | http://www.kathyzhou.com |
Lingue Supportate | 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" } } |