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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kathy Zhou และคุณลักษณะหลักของมันคือ "Music and Karaoke Playlist with videos and lyrics"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CatBird Karaoke and Lazy Music Playlist
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |