SpotifAdd

Quickly add songs to your spotify playlist

Qu'est-ce que SpotifAdd ?

SpotifAdd est une extension Chrome développée par aliensareblue, et sa fonction principale est "Quickly add songs to your spotify playlist".

Télécharger le fichier CRX de l'extension SpotifAdd

Téléchargez les fichiers d'extension SpotifAdd au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SpotifAdd SpotifAdd
ID emfabpmpbnemihemdonpidolcndhconk
URL Officiel https://chrome.google.com/webstore/detail/spotifadd/emfabpmpbnemihemdonpidolcndhconk
Description Quickly add songs to your spotify playlist
Taille du Fichier 355 KB
Nombre d'Installations 49
Version Actuelle 0.0.1
Dernière Mise à Jour 2017-04-07
Date de Publication 2017-04-07
Évaluation 3.00/5 Total 2 Évaluations
Développeur aliensareblue
Type de Paiement free
Langues Prises en Charge 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"
    ]
}