Sound Booster

Adjust the volume of audio and video elements in Chrome.

Sound Boosterคืออะไร?

Sound Booster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pluginset และคุณลักษณะหลักของมันคือ "Adjust the volume of audio and video elements in Chrome."

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

screenshot
screenshot

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

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

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

                        Volume Booster Pro is a simple yet powerful Chrome extension that allows you to boost your audio volume up to 200%. Whether you're watching videos, listening to music, or participating in online conferences, this extension enhances your audio experience with just a few clicks.

Key Features:

>>Boost audio volume up to 200%
>>Simple and user-friendly interface
>>Precise volume control with an easy-to-use slider
>>Works with audio and video elements across websites
>>Volume settings are saved across tabs and sessions

Please note that increasing the volume beyond 100% might result in audio distortion, as the original audio data might not be intended for such levels. We recommend using the volume boost judiciously and adjusting it according to your needs and preferences. Boosting the volume beyond 200% is not supported and not recommended due to potential damage to your speakers or hearing.

To use Volume Booster Pro, simply click on the extension icon to open the popup, and then use the slider to adjust the volume as desired. The extension will automatically apply the volume setting to all open tabs and remember your preference for future browsing sessions.

Experience enhanced audio quality and improved listening experience with Volume Booster Pro. Install now and enjoy a new level of audio control in Chrome.                    

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

ชื่อ Sound Booster Sound Booster
ID ndgblkacdeljmkgkmgpifgegeapiieog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sound-booster/ndgblkacdeljmkgkmgpifgegeapiieog
คำอธิบาย Adjust the volume of audio and video elements in Chrome.
ขนาดไฟล์ 18.54 KB
จำนวนการติดตั้ง 11,098
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-06-02
วันที่เผยแพร่ 2023-03-15
คะแนน 4.13/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา pluginset
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://drive.google.com/file/d/1G-2SxJ1L2x8h9gguPiHQnxxZXbh_kQas/view?usp=sharing
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sound Booster",
    "version": "1.0.2",
    "description": "Adjust the volume of audio and video elements in Chrome.",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs",
        "gcm",
        "notifications"
    ],
    "action": {
        "default_icon": {
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Sound Booster"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}