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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Music and Karaoke Playlist with videos and lyrics"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CatBird Karaoke and Lazy Music Playlist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |