Sound booster by VolumeUP

Sound Boost at your fingertips! Boosting Volume by up to 600%. Volume Master for any tab's sound!

什麼是Sound booster by VolumeUP?

Sound booster by VolumeUP是由Volume Booster開發的Chrome擴展程式,該擴展的主要功能是“Sound Boost at your fingertips! Boosting Volume by up to 600%. Volume Master for any tab's sound!”。

擴展截圖

screenshot
screenshot

下載Sound booster by VolumeUP擴展crx文件

下載Sound booster by VolumeUP擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A volume booster is a browser extension to control and boost the volume of audio playing per tab.  

When you open a site with audio, you get, at the most, two options to control the volume. The operating system provides one option, and it is always available. It changes the volume of the entire web browser, however.

The second option is provided by the browser or the site the audio is playing. You may get individual sound controls or use the browser's muting functionality to mute audio playback.

Volume booster adds sound control options to the browser. One of its main features is that it can change the sound of each tab individually. 

If you happen to play a too-loud or barely audible video or audio clip in the browser in a tab, you may use it to either reduce the volume of that tab or boost the sound by up to 600%, all without changing the default volume of the web browser or impacting the sound in any other browser tab.

All you need to do is click on the extension icon in the tab that is playing audio. The extension displays a volume slider that you may use to change the volume. The icon of the extension indicates the volume level at any time so that you see it at first glance.

Boosting works similarly to reducing the volume, only that you don't stop at 100% but can jack the volume up to 600%. The change takes effect immediately so that you may adjust the volume as you see fit.

Another helpful feature is listing all tabs with audio playback in the interface. A click on a listing switches to the tab immediately so that you may control the audio or other functionality on that tab.

Volume Booster will amplify your sound at a maximum and provide you with better sound quality wherever you are! 
Play music in your browser and adjust the sound to your headset or speakers just how you want it!
Click on the extension icon to adjust the sound level. You immediately get a more transparent and robust sound.

Features: 
✔️ Increase volume above maximum - you can amplify up to 600% of the sound of any media files in the browser.
✔️ Very easy to use - you can control the volume of any tab with the popup slider in your browser. 
✔️ No sound distortion - volume booster constantly monitors the current gain level and prevents samples from clipping, thus reducing all significant sound distortions.
✔️ Switch to any tab playing audio with just one click
✔️ Remembers previous sound settings.
✔️ Simple and stylish popup window Volume Booster extension with volume control and list of tabs.

Please note that if the video player allows increasing the volume, you should do it. This app can distort the audio, so you should increase the original volume to 100%.

WARNING

We are not responsible for anything that might happen to your speakers or another audio device! Do not listen at full sound volume or with a bass boost for too long. This can be harmful to your speakers. Use it wisely!                    

擴展基本資訊

名稱 Sound booster by VolumeUP Sound booster by VolumeUP
ID ogadflejmplcdhcldlloonbiekhnlopp
官方網址 https://chromewebstore.google.com/detail/sound-booster-by-volumeup/ogadflejmplcdhcldlloonbiekhnlopp
簡介 Sound Boost at your fingertips! Boosting Volume by up to 600%. Volume Master for any tab's sound!
檔案大小 81.24 KB
安裝次數 818,085
目前版本 1.6
更新時間 2023-06-19
上架時間 2022-01-19
評分 4.73/5 共 599 次評分
開發者 Volume Booster
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://volumeamplifyer.com/privacy_policy.html
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,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": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.6",
    "browser_action": {
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png",
            "48": "img\/48.png",
            "128": "img\/128.png"
        },
        "default_popup": "\/popup.html",
        "default_title": "Volume Booster"
    },
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "\/scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/scripts\/libs\/jquery.min.js",
                "\/scripts\/content.js"
            ],
            "css": [
                "\/styles\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "",
        "tabCapture",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "\/styles\/content.css"
    ],
    "commands": {
        "increase_volume": {
            "suggested_key": {
                "default": "Alt+Up"
            },
            "description": "Increase volume"
        },
        "decrease_volume": {
            "suggested_key": {
                "default": "Alt+Down"
            },
            "description": "Decrease volume"
        }
    }
}