CatBird Karaoke and Lazy Music Playlist
Music and Karaoke Playlist with videos and lyrics
什么是CatBird Karaoke and Lazy Music Playlist?
CatBird Karaoke and Lazy Music Playlist是由Kathy Zhou开发的Chrome扩展程序,该扩展的主要功能是“Music and Karaoke Playlist with videos and lyrics”。
扩展截图
下载CatBird Karaoke and Lazy Music Playlist扩展crx文件
下载CatBird Karaoke and Lazy Music Playlist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/
扩展基本信息
名称 | CatBird Karaoke and Lazy Music Playlist |
ID | gkopncgliliconghbmejgnbmmadgogbj |
官方URL | https://chromewebstore.google.com/detail/catbird-karaoke-and-lazy/gkopncgliliconghbmejgnbmmadgogbj |
简介 | Music and Karaoke Playlist with videos and lyrics |
文件大小 | 96.05 KB |
安装次数 | 1,315 |
当前版本 | 0.0.0.6 |
更新时间 | 2014-08-06 |
上架时间 | 2014-08-05 |
评分 | 3.73/5 共105次评分 |
开发者 | Kathy Zhou |
付费类型 | free |
扩展官网 | http://www.kathyzhou.com |
帮助页面URL | http://www.kathyzhou.com |
支持的语言 | 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" } } |