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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    }
}