Bandcamp Volume

Allows for adjusting music volume on bandcamp.com

Wat is Bandcamp Volume?

Bandcamp Volume is een Chrome-extensie ontwikkeld door Wo1fie Apps, en de belangrijkste functie is "Allows for adjusting music volume on bandcamp.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bandcamp Volume

Download Bandcamp Volume-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Bandcamp Volume Bandcamp Volume
ID kihpomglkbgbhdhogikhpbgakniddmfj
Officiële URL https://chromewebstore.google.com/detail/bandcamp-volume/kihpomglkbgbhdhogikhpbgakniddmfj
Beschrijving Allows for adjusting music volume on bandcamp.com
Bestandsgrootte 5.14 KB
Aantal Installaties 150
Huidige Versie 0.1.2
Laatst Bijgewerkt 2022-07-20
Publicatiedatum 2022-03-28
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Wo1fie Apps
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}