SwagLyrics for Spotify

Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.

Τι είναι το SwagLyrics for Spotify;

Το SwagLyrics for Spotify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://swaglyrics.dev, και η κύρια λειτουργία του είναι "Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης SwagLyrics for Spotify

Λήψη αρχείων επέκτασης SwagLyrics for Spotify σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The SwagLyrics extension extends Spotify Web Player support to the SwSpotify (https://swaglyrics.dev/SwSpotify) python library. This allows developers to make cross-platform applications that interact with Spotify without worrying about each OS themselves. The extension is open source at https://github.com/SwagLyrics/SwagLyrics-Chrome-Extension.

If you're an end user redirected to the extension by a dev, then all you need to do is to install this extension to enable support for the Spotify Web Player!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SwagLyrics for Spotify SwagLyrics for Spotify
ID miopldoofdhmipepmnclnoangcdffmlk
Επίσημο URL https://chromewebstore.google.com/detail/swaglyrics-for-spotify/miopldoofdhmipepmnclnoangcdffmlk
Περιγραφή Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.
Μέγεθος Αρχείου 9.59 KB
Αριθμός Εγκαταστάσεων 619
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2020-05-23
Ημερομηνία Δημοσίευσης 2020-05-22
Αξιολόγηση 3.46/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής https://swaglyrics.dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://swaglyrics.dev/SwagLyrics-Chrome-Extension
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/SwagLyrics/SwagLyrics-Chrome-Extension/issues
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SwagLyrics for Spotify",
    "description": " Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.",
    "version": "1.0",
    "icons": {
        "128": "swaglyrics_pfp_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "all_frames": true,
            "js": [
                "bridge.js"
            ]
        }
    ]
}