Volume Adjuster

Used to adjust the volume of html audio/video tags

Volume Adjusterคืออะไร?

Volume Adjuster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย giomrella และคุณลักษณะหลักของมันคือ "Used to adjust the volume of html audio/video tags"

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

screenshot
screenshot
screenshot

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

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

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

                        A simple extension to mute or adjust the volume of audio or video tags on the current tab. This is especially useful for adjusting an individual's audio on group video calls, or when you can't find that ad on a page talking over your video. Give it a try!                    

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

ชื่อ Volume Adjuster Volume Adjuster
ID jodboiahhplamjcpimpdbealafbjcjab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/volume-adjuster/jodboiahhplamjcpimpdbealafbjcjab
คำอธิบาย Used to adjust the volume of html audio/video tags
ขนาดไฟล์ 16.17 KB
จำนวนการติดตั้ง 141
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2020-12-11
วันที่เผยแพร่ 2020-12-11
ผู้พัฒนา giomrella
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/giomrella/volume-adjuster-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Volume Adjuster",
    "description": "Used to adjust the volume of html audio\/video tags",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "volume.png"
        }
    },
    "manifest_version": 2,
    "version": "0.0.0.1",
    "icons": {
        "48": "volume.png"
    }
}