Sound Booster

Install Sound Booster extension to increase the volume up to 400%

Sound Boosterคืออะไร?

Sound Booster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://soundbooster.app และคุณลักษณะหลักของมันคือ "Install Sound Booster extension to increase the volume up to 400%"

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

screenshot
screenshot

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

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

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

                        Increase and boost your browser sound up to 400%. Get the Sound booster chrome extension which increases or decreases system volume with one click. It supports any tab on the chrome browser and the changes will be stored on that actively streaming video

Here is how to use Sound Booster Extension:
>>Get the addon from Chrome web store
>>Visit any tab that plays the audio
>>Click on the extension icon and choose the Sound boost range
>>The extension supports up to 400% of increase volume

Sound Booster Features:
>>Increase sound by 400%
>>Decrease sound to zero
>>One click changes
>>Supports any site

Version 1.0.3 
>> Bug Fixes

Version 1.0.2
>> Bug Fixes

Version 1.0.1 
>> Bug Fixes

Version 1.0.0 
>> Brand New UI/UX 

Version 0.0.2 :
>> UI/UX improvement
>> Mute bug fix
>> Sound quality improvement                    

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

ชื่อ Sound Booster Sound Booster
ID jikgjlbgdocjaglnihmgifcipikbghmb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sound-booster/jikgjlbgdocjaglnihmgifcipikbghmb
คำอธิบาย Install Sound Booster extension to increase the volume up to 400%
ขนาดไฟล์ 331 KB
จำนวนการติดตั้ง 100,000
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2022-08-30
วันที่เผยแพร่ 2021-12-04
คะแนน 4.41/5 รวมทั้งหมด 49 คะแนน
ผู้พัฒนา https://soundbooster.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://soundbooster.app
URL หน้านโยบายความเป็นส่วนตัว https://soundbooster.app/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sound Booster",
    "description": "Install Sound Booster extension to increase the volume up to 400%",
    "version": "1.0.3",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content2.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon 16.png",
        "64": "icon 64.png",
        "128": "icon 128.png",
        "720": "icon 720.png",
        "1000": "icon 1000.png"
    },
    "web_accessible_resources": [
        "public\/*"
    ],
    "permissions": [
        "tabs",
        "tabCapture",
        "storage"
    ]
}