BandcampVolume

bandcamp.com add volume bar and repeat button

Qu'est-ce que BandcampVolume ?

BandcampVolume est une extension Chrome développée par Unknown, et sa fonction principale est "bandcamp.com add volume bar and repeat button".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BandcampVolume

Téléchargez les fichiers d'extension BandcampVolume 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

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

2016/07/12 - v0.0.4                    

Informations de Base sur l'Extension

Nom BandcampVolume BandcampVolume
ID dfjdebjbeinaopfcpnpdljalaigekggp
URL Officiel https://chromewebstore.google.com/detail/bandcampvolume/dfjdebjbeinaopfcpnpdljalaigekggp
Description bandcamp.com add volume bar and repeat button
Taille du Fichier 35.44 KB
Nombre d'Installations 56
Version Actuelle 0.0.4
Dernière Mise à Jour 2016-07-12
Date de Publication 2016-07-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}