CatBird Karaoke and Lazy Music Playlist
Music and Karaoke Playlist with videos and lyrics
Qu'est-ce que CatBird Karaoke and Lazy Music Playlist ?
CatBird Karaoke and Lazy Music Playlist est une extension Chrome développée par Kathy Zhou, et sa fonction principale est "Music and Karaoke Playlist with videos and lyrics".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CatBird Karaoke and Lazy Music Playlist
Téléchargez les fichiers d'extension CatBird Karaoke and Lazy Music Playlist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | CatBird Karaoke and Lazy Music Playlist |
ID | gkopncgliliconghbmejgnbmmadgogbj |
URL Officiel | https://chromewebstore.google.com/detail/catbird-karaoke-and-lazy/gkopncgliliconghbmejgnbmmadgogbj |
Description | Music and Karaoke Playlist with videos and lyrics |
Taille du Fichier | 96.05 KB |
Nombre d'Installations | 1,315 |
Version Actuelle | 0.0.0.6 |
Dernière Mise à Jour | 2014-08-06 |
Date de Publication | 2014-08-05 |
Évaluation | 3.73/5 Total 105 Évaluations |
Développeur | Kathy Zhou |
Type de Paiement | free |
Site Web de l'Extension | http://www.kathyzhou.com |
URL de la Page d'Aide | http://www.kathyzhou.com |
Langues Prises en Charge | 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" } } |