Bandcamp Volume

Allows for adjusting music volume on bandcamp.com

什么是Bandcamp Volume?

Bandcamp Volume是由Wo1fie Apps开发的Chrome扩展程序,该扩展的主要功能是“Allows for adjusting music volume on bandcamp.com”。

扩展截图

screenshot

下载Bandcamp Volume扩展crx文件

下载Bandcamp Volume扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The album preview on bandcamp does not have volume controls.  This adds a volume slider between the track information and the preview play button.                    

扩展基本信息

名称 Bandcamp Volume Bandcamp Volume
ID kihpomglkbgbhdhogikhpbgakniddmfj
官方URL https://chromewebstore.google.com/detail/bandcamp-volume/kihpomglkbgbhdhogikhpbgakniddmfj
简介 Allows for adjusting music volume on bandcamp.com
文件大小 5.14 KB
安装次数 150
当前版本 0.1.2
更新时间 2022-07-20
上架时间 2022-03-28
评分 5.00/5 共3次评分
开发者 Wo1fie Apps
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bandcamp Volume",
    "action": [],
    "manifest_version": 3,
    "version": "0.1.2",
    "description": "Allows for adjusting music volume on bandcamp.com",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/bandcamp-volume-loader.js"
            ],
            "css": [
                "css\/bandcamp-volume.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "js\/bandcamp-volume.js"
            ]
        }
    ]
}