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 je Spotify artist's all songs?

Spotify artist's all songs je rozšíření Chrome vyvinuté xdpugachevx, a jeho hlavní funkcí je „As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Spotify artist's all songs

Stáhněte si soubory rozšíření Spotify artist's all songs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Spotify artist's all songs Spotify artist's all songs
ID jdicfniianljldbajoghhnilmnghgmno
Oficiální URL https://chromewebstore.google.com/detail/spotify-artists-all-songs/jdicfniianljldbajoghhnilmnghgmno
Popis As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply…
Velikost souboru 326 KB
Počet instalací 5,065
Aktuální Verze 1.0.0
Poslední Aktualizace 2021-01-22
Datum Vydání 2021-01-22
Hodnocení 4.03/5 Celkem 33 Hodnocení
Vývojář xdpugachevx
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}