Spotify Smooth Transition Firefox

Examine source code of Spotify Smooth Transition

By: Laif_ Add-on
Inspect and view changes in Spotify Smooth Transition source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Spotify Smooth Transition",
  "version": "1.0",
  "description": "Fait un fondu de volume (fade-out et fade-in) sur le lecteur web Spotify.",
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "spotify-smooth-transition@ton-domaine.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://open.spotify.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Spotify Smooth Transition Alternatives

Here are some Firefox add-ons that are similar to Spotify Smooth Transition: