Bandcamp Volume Control

Bandcamp Volume Control

Adds volume control to bandcamp.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bandcamp Volume Control",
  "description": "Adds volume control to bandcamp.com",
  "version": "1.0.1",
  "author": "Akigiri",
  "homepage_url": "https://github.com/Akigiri/Bandcamp-Volume-Control",
  "content_scripts": [
    {
      "matches": [
        "http://*.bandcamp.com/*",
        "https://*.bandcamp.com/*"
      ],
      "css": [
        "bandcamp_volume_control.css"
      ],
      "js": [
        "bandcamp_volume_control.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2
}