SpotifAdd

Quickly add songs to your spotify playlist

What is SpotifAdd?

SpotifAdd is a Chrome extension developed by aliensareblue, and its main feature is "Quickly add songs to your spotify playlist".

Download SpotifAdd Extension CRX File

Download SpotifAdd extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SpotifAdd SpotifAdd
ID emfabpmpbnemihemdonpidolcndhconk
Official URL https://chrome.google.com/webstore/detail/spotifadd/emfabpmpbnemihemdonpidolcndhconk
Description Quickly add songs to your spotify playlist
File Size 355 KB
Installation Count 49
Current Version 0.0.1
Last Updated 2017-04-07
Publish Date 2017-04-07
Rating 3.00/5 Total 2 Ratings
Developer aliensareblue
Payment Type free
Supported Languages 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"
    ]
}