Spotify New Releases

Discover new Spotify music releases from your favorite artists, podcasts and shows.

¿Qué es Spotify New Releases?

Spotify New Releases es una extensión de Chrome desarrollada por https://spotify-new-releases.web.app, y su función principal es "Discover new Spotify music releases from your favorite artists, podcasts and shows.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Spotify New Releases

Descarga archivos de extensión Spotify New Releases 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

                        Keeping track of new releases from your favorite artists can be difficult, but this browser extension is here to help. Simply connect your Spotify account and never miss any new music coming out. This extension will display all new albums, singles, and podcast episodes, released by artists and shows you follow on Spotify.

Do you listen to a lot of podcasts? Subscribe to your favorite shows and hear about new episodes the day they are released. 

Albums? Singles? Shows? Podcasts? Whatever you're into, we'll tell you when it's out, so you never miss a beat.

No private data is collected, everything is stored locally. This extension requires an existing Spotify account in order to use all the features.                    

Información Básica de la Extensión

Nombre Spotify New Releases Spotify New Releases
ID badbmkjnnimjfhhmknfoikappgmelpjo
URL Oficial https://chromewebstore.google.com/detail/spotify-new-releases/badbmkjnnimjfhhmknfoikappgmelpjo
Descripción Discover new Spotify music releases from your favorite artists, podcasts and shows.
Tamaño del Archivo 119 KB
Cantidad de Instalaciones 489
Versión Actual 1.4.3
Última Actualización 2020-09-17
Fecha de Publicación 2020-09-08
Calificación 4.20/5 Total de 10 Calificaciones
Desarrollador https://spotify-new-releases.web.app
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://spotify-new-releases.web.app/
URL de la Página de Ayuda https://spotify-new-releases.web.app/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spotify New Releases",
    "short_name": "Spotify New Releases",
    "version": "1.4.3",
    "description": "Discover new Spotify music releases from your favorite artists, podcasts and shows.",
    "homepage_url": "https:\/\/github.com\/Dalimil",
    "icons": {
        "32": "assets\/icons\/32x32.png",
        "48": "assets\/icons\/48x48.png",
        "128": "assets\/icons\/128x128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "author": "Dalimil Hajek",
    "minimum_chrome_version": "49",
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "assets\/icons\/32x32.png",
            "48": "assets\/icons\/48x48.png",
            "128": "assets\/icons\/128x128.png"
        },
        "default_title": "Spotify New Releases",
        "chrome_style": false
    }
}