Bandcamp Volume

Allows for adjusting music volume on bandcamp.com

Bandcamp Volume là gì?

Bandcamp Volume là một tiện ích mở rộng Chrome được phát triển bởi Wo1fie Apps, và tính năng chính của nó là "Allows for adjusting music volume on bandcamp.com".

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

screenshot

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

Tải xuống các tệp mở rộng Bandcamp Volume 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

                        The album preview on bandcamp does not have volume controls.  This adds a volume slider between the track information and the preview play button.                    

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

Tên Bandcamp Volume Bandcamp Volume
ID kihpomglkbgbhdhogikhpbgakniddmfj
URL Chính Thức https://chromewebstore.google.com/detail/bandcamp-volume/kihpomglkbgbhdhogikhpbgakniddmfj
Mô tả Allows for adjusting music volume on bandcamp.com
Kích Thước Tệp 5.14 KB
Số Lần Cài Đặt 150
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2022-07-20
Ngày Phát Hành 2022-03-28
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Wo1fie Apps
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bandcamp Volume",
    "action": [],
    "manifest_version": 3,
    "version": "0.1.2",
    "description": "Allows for adjusting music volume on bandcamp.com",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/bandcamp-volume-loader.js"
            ],
            "css": [
                "css\/bandcamp-volume.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "js\/bandcamp-volume.js"
            ]
        }
    ]
}