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
官方網址 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"
            ]
        }
    ]
}