More Spotify Settings Firefox

Examine source code of More Spotify Settings

By: NotZERO
Inspect and view changes in More Spotify Settings source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Spotify Bot",
  "description": "Manage your streams",
  "version": "1.0",
  "permissions": [
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "img/logo_128.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://open.spotify.com/*"
      ],
      "js": [
        "js/jquery.js",
        "js/script.js",
        "js/speed.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/background.js"
    ]
  }
}

Best More Spotify Settings Alternatives

Here are some Firefox add-ons that are similar to More Spotify Settings: