SpotifAdd

Quickly add songs to your spotify playlist

Wat is SpotifAdd?

SpotifAdd is een Chrome-extensie ontwikkeld door aliensareblue, en de belangrijkste functie is "Quickly add songs to your spotify playlist".

Download het CRX-bestand van de extensie SpotifAdd

Download SpotifAdd-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SpotifAdd SpotifAdd
ID emfabpmpbnemihemdonpidolcndhconk
Officiële URL https://chrome.google.com/webstore/detail/spotifadd/emfabpmpbnemihemdonpidolcndhconk
Beschrijving Quickly add songs to your spotify playlist
Bestandsgrootte 355 KB
Aantal Installaties 49
Huidige Versie 0.0.1
Laatst Bijgewerkt 2017-04-07
Publicatiedatum 2017-04-07
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar aliensareblue
Betalingswijze free
Ondersteunde Talen 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"
    ]
}