Spotify Web Player Wrapper Firefox

Examine source code of Spotify Web Player Wrapper

Inspect and view changes in Spotify Web Player Wrapper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "0.3.1",
  "name": "Spotify Web Player Wrapper",
  "description": "This is a browser extension that helps you experience Spotify's web player more conveniently. This utility creates a wrapper window for Spotify's web player, helping you access it more easily.",
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png",
    "256": "data/icons/256.png"
  },
  "homepage_url": "https://add0n.com/spotify-player.html",
  "permissions": [
    "storage",
    "tabs",
    "*://open.spotify.com/*"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "*://open.spotify.com/*"
      ],
      "js": [
        "data/inject.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{64c11eff-a55d-4fb5-95c4-850ce8b6084f}"
    }
  }
}

Best Spotify Web Player Wrapper Alternatives

Here are some Firefox add-ons that are similar to Spotify Web Player Wrapper: