SpotifAdd

Quickly add songs to your spotify playlist

Cos'è SpotifAdd?

SpotifAdd è un'estensione di Chrome sviluppata da aliensareblue, e la sua funzione principale è "Quickly add songs to your spotify playlist".

Scarica il file CRX dell'estensione SpotifAdd

Scarica i file di estensione SpotifAdd in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension allows you to add songs using a playlist ID and the song name. This is far more convenient then searching up the song on spotify.                    

Informazioni di Base sull'Estensione

Nome SpotifAdd SpotifAdd
ID emfabpmpbnemihemdonpidolcndhconk
URL Ufficiale https://chrome.google.com/webstore/detail/spotifadd/emfabpmpbnemihemdonpidolcndhconk
Descrizione Quickly add songs to your spotify playlist
Dimensione del File 355 KB
Conteggio Installazioni 49
Versione Corrente 0.0.1
Ultimo Aggiornamento 2017-04-07
Data di Pubblicazione 2017-04-07
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore aliensareblue
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SpotifAdd",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Quickly add songs to your spotify playlist",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "browser action demo",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "storage"
    ]
}