Sound booster by VolumeUP

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

Cos'è Sound booster by VolumeUP?

Sound booster by VolumeUP è un'estensione di Chrome sviluppata da Volume Booster, e la sua funzione principale è "Sound Boost at your fingertips! Boosting Volume by up to 600%. Volume Master for any tab's sound!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Sound booster by VolumeUP

Scarica i file di estensione Sound booster by VolumeUP in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Sound booster by VolumeUP Sound booster by VolumeUP
ID ogadflejmplcdhcldlloonbiekhnlopp
URL Ufficiale https://chromewebstore.google.com/detail/sound-booster-by-volumeup/ogadflejmplcdhcldlloonbiekhnlopp
Descrizione Sound Boost at your fingertips! Boosting Volume by up to 600%. Volume Master for any tab's sound!
Dimensione del File 81.24 KB
Conteggio Installazioni 818,085
Versione Corrente 1.6
Ultimo Aggiornamento 2023-06-19
Data di Pubblicazione 2022-01-19
Valutazione 4.73/5 Totale 599 Valutazioni
Sviluppatore Volume Booster
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://volumeamplifyer.com/privacy_policy.html
Lingue Supportate 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"
        }
    }
}