Bandcamp Volume Control
Adds volume control to bandcamp.com
Bandcamp Volume Controlคืออะไร?
Bandcamp Volume Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Akigiri และคุณลักษณะหลักของมันคือ "Adds volume control to bandcamp.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bandcamp Volume Control
ดาวน์โหลดไฟล์ส่วนขยาย Bandcamp Volume Control ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple volume control for bandcamp.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bandcamp Volume Control |
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 } |