BandcampVolume

bandcamp.com add volume bar and repeat button

What is BandcampVolume?

BandcampVolume is a Chrome extension developed by Unknown, and its main feature is "bandcamp.com add volume bar and repeat button".

Extension Screenshots

screenshot

Download BandcampVolume Extension CRX File

Download BandcampVolume 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

                        bandcampの楽曲ページにて、シークバーの直下にボリュームバーとリピート再生用のチェックボックスが追加されます。

2016/07/12 - v0.0.4                    

Extension Basic Information

Name BandcampVolume BandcampVolume
ID dfjdebjbeinaopfcpnpdljalaigekggp
Official URL https://chromewebstore.google.com/detail/bandcampvolume/dfjdebjbeinaopfcpnpdljalaigekggp
Description bandcamp.com add volume bar and repeat button
File Size 35.44 KB
Installation Count 56
Current Version 0.0.4
Last Updated 2016-07-12
Publish Date 2016-07-12
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BandcampVolume",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "bandcamp.com add volume bar and repeat button",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bandcamp.com\/*"
            ],
            "js": [
                "scripts\/jquery-2.2.2.min.js",
                "scripts\/volume.js"
            ]
        }
    ]
}