Bandcamp Fixed Player Firefox

Examine source code of Bandcamp Fixed Player

Inspect and view changes in Bandcamp Fixed Player source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Bandcamp Fixed Player",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "This extension adds a fixed player to the bandcamp header",
  "homepage_url": "https://bandcamp.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "permissions": [
    "https://*.bandcamp.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.bandcamp.com/*"
      ],
      "css": [
        "src/inject/inject.css"
      ]
    }
  ]
}

Best Bandcamp Fixed Player Alternatives

Here are some Firefox add-ons that are similar to Bandcamp Fixed Player: