Spotify Details Extractor

Spotify Details Extractor

Extract the most important details of an album to the desired JSON.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Spotify Details Extractor",
  "description": "Extract the most important details of an album to the desired JSON.",
  "manifest_version": 2,
  "version": "2.5.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "*://*.spotify.com/*",
    "contextMenus"
  ],
  "icons": {
    "32": "/icons/icon32.png",
    "48": "/icons/icon48.png",
    "96": "/icons/icon96.png",
    "128": "/icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8301b4fd-b04f-40f7-be18-55f0da220794}"
    }
  }
}