Bandcamp Volume

Allows for adjusting music volume on bandcamp.com

Bandcamp Volumeคืออะไร?

Bandcamp Volume เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wo1fie Apps และคุณลักษณะหลักของมันคือ "Allows for adjusting music volume on bandcamp.com"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bandcamp Volume

ดาวน์โหลดไฟล์ส่วนขยาย Bandcamp Volume ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bandcamp Volume Bandcamp Volume
ID kihpomglkbgbhdhogikhpbgakniddmfj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bandcamp-volume/kihpomglkbgbhdhogikhpbgakniddmfj
คำอธิบาย Allows for adjusting music volume on bandcamp.com
ขนาดไฟล์ 5.14 KB
จำนวนการติดตั้ง 150
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2022-07-20
วันที่เผยแพร่ 2022-03-28
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Wo1fie Apps
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}