BandcampVolume
bandcamp.com add volume bar and repeat button
Wat is BandcampVolume?
BandcampVolume is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "bandcamp.com add volume bar and repeat button".
Extensie Screenshots
Download het CRX-bestand van de extensie BandcampVolume
Download BandcampVolume-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
bandcampの楽曲ページにて、シークバーの直下にボリュームバーとリピート再生用のチェックボックスが追加されます。
2016/07/12 - v0.0.4 Basisinformatie over de Extensie
| Naam | |
| ID | dfjdebjbeinaopfcpnpdljalaigekggp |
| Officiële URL | https://chromewebstore.google.com/detail/bandcampvolume/dfjdebjbeinaopfcpnpdljalaigekggp |
| Beschrijving | bandcamp.com add volume bar and repeat button |
| Bestandsgrootte | 35.44 KB |
| Aantal Installaties | 56 |
| Huidige Versie | 0.0.4 |
| Laatst Bijgewerkt | 2016-07-12 |
| Publicatiedatum | 2016-07-12 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |