Bandcamp Volume Control
Adds volume control to bandcamp.com
Qu'est-ce que Bandcamp Volume Control ?
Bandcamp Volume Control est une extension Chrome développée par Akigiri, et sa fonction principale est "Adds volume control to bandcamp.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bandcamp Volume Control
Téléchargez les fichiers d'extension Bandcamp Volume Control 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
Simple volume control for bandcamp.com
Informations de Base sur l'Extension
Nom | Bandcamp Volume Control |
ID | ajfnknkjkdcopjkjfkglgjpbeikpddnm |
URL Officiel | https://chromewebstore.google.com/detail/bandcamp-volume-control/ajfnknkjkdcopjkjfkglgjpbeikpddnm |
Description | Adds volume control to bandcamp.com |
Taille du Fichier | 20.58 KB |
Nombre d'Installations | 315 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2015-04-16 |
Date de Publication | 2015-04-16 |
Évaluation | 4.20/5 Total 10 Évaluations |
Développeur | Akigiri |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Akigiri/Bandcamp-Volume-Control |
Langues Prises en Charge | 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 } |