Bandcamp Volume Control

Adds volume control to bandcamp.com

Cos'è Bandcamp Volume Control?

Bandcamp Volume Control è un'estensione di Chrome sviluppata da Akigiri, e la sua funzione principale è "Adds volume control to bandcamp.com".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Bandcamp Volume Control

Scarica i file di estensione Bandcamp Volume Control 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

                        Simple volume control for bandcamp.com                    

Informazioni di Base sull'Estensione

Nome Bandcamp Volume Control Bandcamp Volume Control
ID ajfnknkjkdcopjkjfkglgjpbeikpddnm
URL Ufficiale https://chromewebstore.google.com/detail/bandcamp-volume-control/ajfnknkjkdcopjkjfkglgjpbeikpddnm
Descrizione Adds volume control to bandcamp.com
Dimensione del File 20.58 KB
Conteggio Installazioni 315
Versione Corrente 1.0.1
Ultimo Aggiornamento 2015-04-16
Data di Pubblicazione 2015-04-16
Valutazione 4.20/5 Totale 10 Valutazioni
Sviluppatore Akigiri
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Akigiri/Bandcamp-Volume-Control
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bandcamp Volume Control",
    "description": "Adds volume control to bandcamp.com",
    "version": "1.0.1",
    "author": "Akigiri",
    "homepage_url": "https:\/\/github.com\/Akigiri\/Bandcamp-Volume-Control",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.bandcamp.com\/*",
                "https:\/\/*.bandcamp.com\/*"
            ],
            "css": [
                "bandcamp_volume_control.css"
            ],
            "js": [
                "bandcamp_volume_control.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}