BandcampVolume

bandcamp.com add volume bar and repeat button

Hvad er BandcampVolume?

BandcampVolume er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "bandcamp.com add volume bar and repeat button".

Udvidelsesskærmbilleder

screenshot

Download BandcampVolume-udvidelses-CRX-fil

Download BandcampVolume-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        bandcampの楽曲ページにて、シークバーの直下にボリュームバーとリピート再生用のチェックボックスが追加されます。

2016/07/12 - v0.0.4                    

Grundlæggende oplysninger om udvidelsen

Navn BandcampVolume BandcampVolume
ID dfjdebjbeinaopfcpnpdljalaigekggp
Officiel URL https://chromewebstore.google.com/detail/bandcampvolume/dfjdebjbeinaopfcpnpdljalaigekggp
Beskrivelse bandcamp.com add volume bar and repeat button
Filstørrelse 35.44 KB
Antal Installationer 56
Nuværende Version 0.0.4
Senest Opdateret 2016-07-12
Udgivelsesdato 2016-07-12
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BandcampVolume",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "bandcamp.com add volume bar and repeat button",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bandcamp.com\/*"
            ],
            "js": [
                "scripts\/jquery-2.2.2.min.js",
                "scripts\/volume.js"
            ]
        }
    ]
}