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…

Was ist Spotify artist's all songs?

Spotify artist's all songs ist eine Chrome-Erweiterung, die von xdpugachevx entwickelt wurde, und ihr Hauptmerkmal ist "As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Spotify artist's all songs-Erweiterungs-CRX-Datei herunterladen

Laden Sie Spotify artist's all songs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Spotify artist's all songs Spotify artist's all songs
ID jdicfniianljldbajoghhnilmnghgmno
Offizielle URL https://chromewebstore.google.com/detail/spotify-artists-all-songs/jdicfniianljldbajoghhnilmnghgmno
Beschreibung As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply…
Dateigröße 326 KB
Installationsanzahl 5,065
Aktuelle Version 1.0.0
Letztes Update 2021-01-22
Veröffentlichungsdatum 2021-01-22
Bewertung 4.03/5 Insgesamt 33 Bewertungen
Entwickler xdpugachevx
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}