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…

Qu'est-ce que Spotify artist's all songs ?

Spotify artist's all songs est une extension Chrome développée par xdpugachevx, et sa fonction principale est "As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Spotify artist's all songs

Téléchargez les fichiers d'extension Spotify artist's all songs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Spotify artist's all songs Spotify artist's all songs
ID jdicfniianljldbajoghhnilmnghgmno
URL Officiel https://chromewebstore.google.com/detail/spotify-artists-all-songs/jdicfniianljldbajoghhnilmnghgmno
Description As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply…
Taille du Fichier 326 KB
Nombre d'Installations 5,065
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-01-22
Date de Publication 2021-01-22
Évaluation 4.03/5 Total 33 Évaluations
Développeur xdpugachevx
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}