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".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου 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 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"
    }
}