Bandcamp Volume Control

Adds volume control to bandcamp.com

What is Bandcamp Volume Control?

Bandcamp Volume Control is a Chrome extension developed by Akigiri, and its main feature is "Adds volume control to bandcamp.com".

Extension Screenshots

screenshot
screenshot

Download Bandcamp Volume Control Extension CRX File

Download Bandcamp Volume Control extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Simple volume control for bandcamp.com                    

Extension Basic Information

Name Bandcamp Volume Control Bandcamp Volume Control
ID ajfnknkjkdcopjkjfkglgjpbeikpddnm
Official URL https://chromewebstore.google.com/detail/bandcamp-volume-control/ajfnknkjkdcopjkjfkglgjpbeikpddnm
Description Adds volume control to bandcamp.com
File Size 20.58 KB
Installation Count 315
Current Version 1.0.1
Last Updated 2015-04-16
Publish Date 2015-04-16
Rating 4.20/5 Total 10 Ratings
Developer Akigiri
Payment Type free
Extension Website https://github.com/Akigiri/Bandcamp-Volume-Control
Supported Languages en-GB
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
}