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…

O que é Spotify artist's all songs?

Spotify artist's all songs é uma extensão do Chrome desenvolvida por xdpugachevx, e sua principal característica é "As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Spotify artist's all songs

Baixe arquivos de extensão Spotify artist's all songs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Spotify artist's all songs Spotify artist's all songs
ID jdicfniianljldbajoghhnilmnghgmno
URL Oficial https://chromewebstore.google.com/detail/spotify-artists-all-songs/jdicfniianljldbajoghhnilmnghgmno
Descrição As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply…
Tamanho do Arquivo 326 KB
Contagem de Instalações 5,065
Versão Atual 1.0.0
Última Atualização 2021-01-22
Data de Publicação 2021-01-22
Classificação 4.03/5 Total de 33 Avaliações
Desenvolvedor xdpugachevx
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}