Bandcamp Volume

Allows for adjusting music volume on bandcamp.com

Cos'è Bandcamp Volume?

Bandcamp Volume è un'estensione di Chrome sviluppata da Wo1fie Apps, e la sua funzione principale è "Allows for adjusting music volume on bandcamp.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bandcamp Volume

Scarica i file di estensione Bandcamp Volume in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Bandcamp Volume Bandcamp Volume
ID kihpomglkbgbhdhogikhpbgakniddmfj
URL Ufficiale https://chromewebstore.google.com/detail/bandcamp-volume/kihpomglkbgbhdhogikhpbgakniddmfj
Descrizione Allows for adjusting music volume on bandcamp.com
Dimensione del File 5.14 KB
Conteggio Installazioni 150
Versione Corrente 0.1.2
Ultimo Aggiornamento 2022-07-20
Data di Pubblicazione 2022-03-28
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Wo1fie Apps
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}