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 |
官方網址 | 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" } } |