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
官方URL 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"
        }
    }
}