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é es Spotify artist's all songs?
Spotify artist's all songs es una extensión de Chrome desarrollada por xdpugachevx, y su función principal es "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 Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Spotify artist's all songs
Descarga archivos de extensión Spotify artist's all songs en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Spotify artist's all songs |
ID | jdicfniianljldbajoghhnilmnghgmno |
URL Oficial | https://chromewebstore.google.com/detail/spotify-artists-all-songs/jdicfniianljldbajoghhnilmnghgmno |
Descripción | As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply… |
Tamaño del Archivo | 326 KB |
Cantidad de Instalaciones | 5,065 |
Versión Actual | 1.0.0 |
Última Actualización | 2021-01-22 |
Fecha de Publicación | 2021-01-22 |
Calificación | 4.03/5 Total de 33 Calificaciones |
Desarrollador | xdpugachevx |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |