Spotify Pitch Shift Firefox

Examine source code of Spotify Pitch Shift

Inspect and view changes in Spotify Pitch Shift source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Spotify Pitch Shift",
  "description": "Adds a button and menu to add semi-tone pitch shift on Spotify Web Client.",
  "version": "1.0",
  "manifest_version": 3,
  "author": "matteogristina, @rnikko",
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "64": "icons/icon_64.png",
    "128": "icons/icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://open.spotify.com/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://open.spotify.com/*"
      ],
      "resources": [
        "script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@spotify-pitch-shift",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "140.0"
    }
  }
}

Best Spotify Pitch Shift Alternatives

Here are some Firefox add-ons that are similar to Spotify Pitch Shift: