Bandcamp Volume Control
Adds volume control to bandcamp.com
什么是Bandcamp Volume Control?
Bandcamp Volume Control是由Akigiri开发的Chrome扩展程序,该扩展的主要功能是“Adds volume control to bandcamp.com”。
扩展截图
下载Bandcamp Volume Control扩展crx文件
下载Bandcamp Volume Control扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple volume control for bandcamp.com 扩展基本信息
| 名称 | |
| ID | ajfnknkjkdcopjkjfkglgjpbeikpddnm |
| 官方URL | https://chromewebstore.google.com/detail/bandcamp-volume-control/ajfnknkjkdcopjkjfkglgjpbeikpddnm |
| 简介 | Adds volume control to bandcamp.com |
| 文件大小 | 20.58 KB |
| 安装次数 | 315 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2015-04-16 |
| 上架时间 | 2015-04-16 |
| 评分 | 4.20/5 共10次评分 |
| 开发者 | Akigiri |
| 付费类型 | free |
| 扩展官网 | https://github.com/Akigiri/Bandcamp-Volume-Control |
| 支持的语言 | 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
} | |