Bandcamp Volume Control

Adds volume control to bandcamp.com

Bandcamp Volume Control là gì?

Bandcamp Volume Control là một tiện ích mở rộng Chrome được phát triển bởi Akigiri, và tính năng chính của nó là "Adds volume control to bandcamp.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bandcamp Volume Control

Tải xuống các tệp mở rộng Bandcamp Volume Control dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Simple volume control for bandcamp.com                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bandcamp Volume Control Bandcamp Volume Control
ID ajfnknkjkdcopjkjfkglgjpbeikpddnm
URL Chính Thức https://chromewebstore.google.com/detail/bandcamp-volume-control/ajfnknkjkdcopjkjfkglgjpbeikpddnm
Mô tả Adds volume control to bandcamp.com
Kích Thước Tệp 20.58 KB
Số Lần Cài Đặt 315
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2015-04-16
Ngày Phát Hành 2015-04-16
Đánh Giá 4.20/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Akigiri
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Akigiri/Bandcamp-Volume-Control
Ngôn Ngữ Được Hỗ Trợ 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
}