Inspect and view changes in Band Camp Volume Slider source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Band Camp Volume Slider",
"version": "1.0",
"description": "Adds a volume slider to https://Bandcamp.com",
"icons": {
"48": "icons/48x48.png",
"96": "icons/96x96.png"
},
"content_scripts": [
{
"matches": [
"*://*.bandcamp.com/*"
],
"js": [
"bandcamp-volume-slider.js"
]
}
]
}