Bandcamp Volume Control

Adds volume control to bandcamp.com

Wat is Bandcamp Volume Control?

Bandcamp Volume Control is een Chrome-extensie ontwikkeld door Akigiri, en de belangrijkste functie is "Adds volume control to bandcamp.com".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Bandcamp Volume Control

Download Bandcamp Volume Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Simple volume control for bandcamp.com                    

Basisinformatie over de Extensie

Naam Bandcamp Volume Control Bandcamp Volume Control
ID ajfnknkjkdcopjkjfkglgjpbeikpddnm
Officiële URL https://chromewebstore.google.com/detail/bandcamp-volume-control/ajfnknkjkdcopjkjfkglgjpbeikpddnm
Beschrijving Adds volume control to bandcamp.com
Bestandsgrootte 20.58 KB
Aantal Installaties 315
Huidige Versie 1.0.1
Laatst Bijgewerkt 2015-04-16
Publicatiedatum 2015-04-16
Beoordeling 4.20/5 Totaal 10 Beoordelingen
Ontwikkelaar Akigiri
Betalingswijze free
Extensiewebsite https://github.com/Akigiri/Bandcamp-Volume-Control
Ondersteunde Talen 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
}