Sound Setting

Quickly change the volume, balance, and other sound parameters using a toolbar popup.

Sound Settingคืออะไร?

Sound Setting เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alidacalliope และคุณลักษณะหลักของมันคือ "Quickly change the volume, balance, and other sound parameters using a toolbar popup."

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

screenshot

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

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

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

                        "Sound Setting" is a lightweight plugin that allows you to change just a few sound parameters from the toolbar pop-up.

The three settings to change at the moment are volume, balance, and amplify. The first option is volume, the second is balance, and the last one is boost. All of these parameters are kept for just this tab. When you switch tabs, your preferences are reset to their defaults. The volume level can be adjusted between 0 and 100 units. Balance varies from -100 percent to +100 percent, with -100 percent representing just the left speaker and +100 percent representing both speakers. 

The number of speakers determines the percentage split in sound output between them. The amplify option is the last setting, where it boosts the output sound from 100% to 500%. The original level is set at 100 and the output volume is increased fivefold with a value of 500. Also located in the popup are three buttons, starting from left to right with the reload (to reload the active tab), support, and donation options. Left-handed people should take care not to click on any of these buttons because they might result in unwanted changes or issues.                    

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

ชื่อ Sound Setting Sound Setting
ID aalhclkehifohhohkjokdokmjliegjjb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sound-setting/aalhclkehifohhohkjokdokmjliegjjb
คำอธิบาย Quickly change the volume, balance, and other sound parameters using a toolbar popup.
ขนาดไฟล์ 40.6 KB
จำนวนการติดตั้ง 225
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2022-05-23
วันที่เผยแพร่ 2022-05-22
คะแนน 4.91/5 รวมทั้งหมด 55 คะแนน
ผู้พัฒนา alidacalliope
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://worldaddons.com/sound-setting/
URL หน้าช่วยเหลือ https://worldaddons.com/contact/
URL หน้านโยบายความเป็นส่วนตัว https://worldaddons.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Sound Setting",
    "short_name": "sound-setting",
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "homepage_url": "https:\/\/worldaddons.com\/sound-setting\/",
    "description": "Quickly change the volume, balance, and other sound parameters using a toolbar popup.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Sound Setting",
        "default_popup": "source\/popup\/popup.html",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}