Bandcamp Volume

Allows for adjusting music volume on bandcamp.com

Was ist Bandcamp Volume?

Bandcamp Volume ist eine Chrome-Erweiterung, die von Wo1fie Apps entwickelt wurde, und ihr Hauptmerkmal ist "Allows for adjusting music volume on bandcamp.com".

Erweiterungsscreenshots

screenshot

Bandcamp Volume-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bandcamp Volume-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Bandcamp Volume Bandcamp Volume
ID kihpomglkbgbhdhogikhpbgakniddmfj
Offizielle URL https://chromewebstore.google.com/detail/bandcamp-volume/kihpomglkbgbhdhogikhpbgakniddmfj
Beschreibung Allows for adjusting music volume on bandcamp.com
Dateigröße 5.14 KB
Installationsanzahl 150
Aktuelle Version 0.1.2
Letztes Update 2022-07-20
Veröffentlichungsdatum 2022-03-28
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Wo1fie Apps
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}