Bandcamp Volume

Allows for adjusting music volume on bandcamp.com

Qu'est-ce que Bandcamp Volume ?

Bandcamp Volume est une extension Chrome développée par Wo1fie Apps, et sa fonction principale est "Allows for adjusting music volume on bandcamp.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bandcamp Volume

Téléchargez les fichiers d'extension Bandcamp Volume au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Bandcamp Volume Bandcamp Volume
ID kihpomglkbgbhdhogikhpbgakniddmfj
URL Officiel https://chromewebstore.google.com/detail/bandcamp-volume/kihpomglkbgbhdhogikhpbgakniddmfj
Description Allows for adjusting music volume on bandcamp.com
Taille du Fichier 5.14 KB
Nombre d'Installations 150
Version Actuelle 0.1.2
Dernière Mise à Jour 2022-07-20
Date de Publication 2022-03-28
Évaluation 5.00/5 Total 3 Évaluations
Développeur Wo1fie Apps
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}