CatBird Karaoke and Lazy Music Playlist
Music and Karaoke Playlist with videos and lyrics
Vad är CatBird Karaoke and Lazy Music Playlist?
CatBird Karaoke and Lazy Music Playlist är en Chrome-tillägg utvecklad av Kathy Zhou, och dess huvudfunktion är "Music and Karaoke Playlist with videos and lyrics".
Tilläggsskärmbilder
Ladda ner CatBird Karaoke and Lazy Music Playlist-förlängningens CRX-fil
Ladda ner CatBird Karaoke and Lazy Music Playlist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/
Grundläggande Information om Tillägg
Namn | CatBird Karaoke and Lazy Music Playlist |
ID | gkopncgliliconghbmejgnbmmadgogbj |
Officiell webbadress | https://chromewebstore.google.com/detail/catbird-karaoke-and-lazy/gkopncgliliconghbmejgnbmmadgogbj |
Beskrivning | Music and Karaoke Playlist with videos and lyrics |
Filstorlek | 96.05 KB |
Antal Installationer | 1,315 |
Aktuell Version | 0.0.0.6 |
Senast Uppdaterad | 2014-08-06 |
Publiceringsdatum | 2014-08-05 |
Betyg | 3.73/5 Totalt 105 Betyg |
Utvecklare | Kathy Zhou |
Betalningssätt | free |
Tilläggswebbplats | http://www.kathyzhou.com |
Hjälpsida URL | http://www.kathyzhou.com |
Stödda Språk | 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" } } |