SpoPlayer - Spotify player Firefox

Examine source code of SpoPlayer - Spotify player

Inspect and view changes in SpoPlayer - Spotify player source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "SpoPlayer: Modern Spotify Controller & Remote",
  "version": "2.5.0",
  "description": "The ultimate Spotify Web Player controller. Control music, skip tracks, and adjust volume from any tab with a beautiful, modern UI. Includes a high-res artwork viewer and queue manager.",
  "author": "ossamahattan@gmail.com",
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "*://open.spotify.com/*"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Spotify Controller",
    "default_icon": "icons/icon.svg"
  },
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "*://open.spotify.com/*"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "icons": {
    "16": "icons/icon.svg",
    "32": "icons/icon.svg",
    "48": "icons/icon.svg",
    "96": "icons/icon.svg",
    "128": "icons/icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "spotify-controller@oussama.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best SpoPlayer - Spotify player Alternatives

Here are some Firefox add-ons that are similar to SpoPlayer - Spotify player: