Spotify artist's all songs

As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply…

Τι είναι το Spotify artist's all songs;

Το Spotify artist's all songs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον xdpugachevx, και η κύρια λειτουργία του είναι "As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply…".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Spotify artist's all songs

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

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

                        As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply create playlist with all songs of any artist on Spotify.

Just go to artist's page, click on extension icon and click "Show all songs" button. After couple of seconds you will be redirected to new playlist with all songs of this artist.

This extension uses official Spotify WebAPI, that's why you need to authorize this extension on Spotify for the first time. Don't worry, we don't collect any personal information about you and your musical preferences. So just use this extension and get fun listening your favorite artists!                    

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

Όνομα Spotify artist's all songs Spotify artist's all songs
ID jdicfniianljldbajoghhnilmnghgmno
Επίσημο URL https://chromewebstore.google.com/detail/spotify-artists-all-songs/jdicfniianljldbajoghhnilmnghgmno
Περιγραφή As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply…
Μέγεθος Αρχείου 326 KB
Αριθμός Εγκαταστάσεων 5,065
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2021-01-22
Ημερομηνία Δημοσίευσης 2021-01-22
Αξιολόγηση 4.03/5 Συνολικά 33 Αξιολογήσεις
Προγραμματιστής xdpugachevx
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spotify artist's all songs",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "chrome-extension-async.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "identity",
        "tabs"
    ]
}