Volume Booster Plus

Volume Booster Plus will increase the system sound up to 1000% from the maximum sound! Boost audio with sound booster extension.

Volume Booster Plusคืออะไร?

Volume Booster Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.soundbooster.in และคุณลักษณะหลักของมันคือ "Volume Booster Plus will increase the system sound up to 1000% from the maximum sound! Boost audio with sound booster extension."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Sound Booster extension for Chrome will allow you to boost the volume of your system. It comes with the capability to raise volume levels to 1000%.

Features: 
- Easy toggle ON/OFF switch
- Works on all sites
- Raise system sound up to 1000%
- Feedback sharing system

How to use Volume booster Chrome extension:
1. Install the extension
2. Pin it in the toolbar
3. Click on the extension icon and enable the sound booster.
4. Then, click on the extension icon and slide right to boost the Sound level.

Recent Changes:
Version 1.1.5 (15-October-2022):
- Bug fix
- New & improved UI                    

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

ชื่อ Volume Booster Plus Volume Booster Plus
ID gchlkohjaamkodekfkidlieinaoddcpe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/volume-booster-plus/gchlkohjaamkodekfkidlieinaoddcpe
คำอธิบาย Volume Booster Plus will increase the system sound up to 1000% from the maximum sound! Boost audio with sound booster extension.
ขนาดไฟล์ 135 KB
จำนวนการติดตั้ง 57,348
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2023-05-08
วันที่เผยแพร่ 2022-06-16
คะแนน 4.87/5 รวมทั้งหมด 509 คะแนน
ผู้พัฒนา https://www.soundbooster.in
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.soundbooster.in/
URL หน้านโยบายความเป็นส่วนตัว https://www.soundbooster.in/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.2.1",
    "manifest_version": 3,
    "icons": {
        "128": "image\/logo_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "cs.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "gcm",
        "notifications",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "128": "image\/logo_128x128.png"
        }
    }
}