Bandcamp Volume

Allows for adjusting music volume on bandcamp.com

Hvad er Bandcamp Volume?

Bandcamp Volume er en Chrome-udvidelse udviklet af Wo1fie Apps, og dens hovedfunktion er "Allows for adjusting music volume on bandcamp.com".

Udvidelsesskærmbilleder

screenshot

Download Bandcamp Volume-udvidelses-CRX-fil

Download Bandcamp Volume-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Bandcamp Volume Bandcamp Volume
ID kihpomglkbgbhdhogikhpbgakniddmfj
Officiel URL https://chromewebstore.google.com/detail/bandcamp-volume/kihpomglkbgbhdhogikhpbgakniddmfj
Beskrivelse Allows for adjusting music volume on bandcamp.com
Filstørrelse 5.14 KB
Antal Installationer 150
Nuværende Version 0.1.2
Senest Opdateret 2022-07-20
Udgivelsesdato 2022-03-28
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Wo1fie Apps
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}