Bandcamp Fixed Player

Bandcamp Fixed Player

This extension fixes the header in place along with the player

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bandcamp Fixed Player",
  "version": "0.0.4",
  "manifest_version": 3,
  "description": "This extension fixes the header in place along with the player",
  "homepage_url": "https://bandcamp.com",
  "icons": {
    "16": "icons/play16.png",
    "48": "icons/play48.png",
    "128": "icons/play128.png"
  },
  "default_locale": "en",
  "host_permissions": [
    "https://*.bandcamp.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.bandcamp.com/*"
      ],
      "css": [
        "src/inject/inject.css"
      ]
    }
  ]
}