Volume Booster - Increase sound

Volume booster with volume control. Amplify sound by up to 600% also bass booster, audio equalizer. Sound booster that really works!

Volume Booster - Increase soundคืออะไร?

Volume Booster - Increase sound เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Volume App. และคุณลักษณะหลักของมันคือ "Volume booster with volume control. Amplify sound by up to 600% also bass booster, audio equalizer. Sound booster that really works!"

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

screenshot
screenshot
screenshot

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

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

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

                        Volume Booster that explodes your system! If your speakers or headphones don't reproduce sufficient sound volume for comfortable listening to music or watching video content - use Sound Booster as a speaker amplifier, setting the volume level settings to more than 600%.

Stylish Volume Booster popup with a volume switch with a list of tabs that a now playing audio content. Just regulate the sound in the current web tab through the slider.

What is special about the extension?
✔️ Increase volume up to 600%;
✔️ Control the volume of any tab that is playing music or video;
✔️ Dark Theme for the best user experience (ability to change the popup window to a dark mode);
✔️ Switch to any tab that is playing audio with one click;
✔️ Fast volume up and down buttons;

Make a sound from your browser really awesome with this extension. Use the audio booster of it on your favorite websites.

Volume Enhancer constantly monitors current gain level and prevents samples from clipping, thus reducing all major sound distortions. Sound Amplifier processes all audio that is being played in browser and boosts it before it gets to the sound card.

Audio Equalizer allows you to improve sound quality of your Chrome browser to get more enjoy of listening music and watching videos. Play music in your browser and adjust the sound to your headset or speakers just how you want it! Click on the Sound Equalizer icon to adjust the sound level. 

Bass Booster
Bass Boost is a simple to use audio amplifier that's got several settings to make videos, music, movies, gameplay and more sound incredible at the click of a button. It's like having expensive headphones/speakers for completely free, so download it now! Bass Booster makes videos, songs, movies and more sound awesome by boosting your speakers or headphones.

Bass Booster works on any website, so that means you can use it on Youtube, SoundCloud, Netflix or any other site you want.

Volume Control 
Volume Control helps you to set a desired speaker volume level for each individual tab in your browser. Websites are just bursting with media content such as videos, music, streams, audio and video ads. 

To take control over all that audio you need a power volume adjust tool with the ability to set individual volume settings for each tab. 

We will be glad to see your comment for our extension in the section "Reviews".                    

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

ชื่อ Volume Booster - Increase sound Volume Booster - Increase sound
ID kjlooechnkmikejhimjlbdbkmmhlkkdd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/volume-booster-increase-s/kjlooechnkmikejhimjlbdbkmmhlkkdd
คำอธิบาย Volume booster with volume control. Amplify sound by up to 600% also bass booster, audio equalizer. Sound booster that really works!
ขนาดไฟล์ 305 KB
จำนวนการติดตั้ง 718,047
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-07-20
วันที่เผยแพร่ 2022-12-22
คะแนน 4.53/5 รวมทั้งหมด 325 คะแนน
ผู้พัฒนา Volume App.
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://volumebostext.com/privacy-policy.html
ภาษาที่รองรับ id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.3",
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_short_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "js\/sw.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/default\/16.png",
            "19": "icons\/default\/19.png",
            "32": "icons\/default\/32.png",
            "38": "icons\/default\/38.png",
            "48": "icons\/default\/48.png"
        }
    },
    "icons": {
        "16": "icons\/default\/16.png",
        "19": "icons\/default\/19.png",
        "32": "icons\/default\/32.png",
        "38": "icons\/default\/38.png",
        "48": "icons\/default\/48.png",
        "128": "icons\/default\/128.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/app-content.css"
            ],
            "js": [
                "libraries\/jquery-3.6.0.min.js",
                "libraries\/jquery.ba-throttle-debounce.min.js",
                "js\/app-content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabCapture",
        "storage",
        "system.display"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}