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…

Co to jest Spotify artist's all songs?

Spotify artist's all songs to rozszerzenie Chrome opracowane przez xdpugachevx, a jego główną funkcją jest „As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Spotify artist's all songs

Pobierz pliki rozszerzeń Spotify artist's all songs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Spotify artist's all songs Spotify artist's all songs
ID jdicfniianljldbajoghhnilmnghgmno
Oficjalny URL https://chromewebstore.google.com/detail/spotify-artists-all-songs/jdicfniianljldbajoghhnilmnghgmno
Opis As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply…
Rozmiar pliku 326 KB
Liczba instalacji 5,065
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-01-22
Data Publikacji 2021-01-22
Ocena 4.03/5 Łącznie 33 Oceny
Deweloper xdpugachevx
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}