Volume Booster

The FIRST extension to increase and amplify your max volume! OVER 10 MILLION TOTAL INSTALLS! Join OVER ONE MILLION happy WEEKLY…

Wat is Volume Booster?

Volume Booster is een Chrome-extensie ontwikkeld door alexanderkcheng, en de belangrijkste functie is "The FIRST extension to increase and amplify your max volume! OVER 10 MILLION TOTAL INSTALLS! Join OVER ONE MILLION happy WEEKLY…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Volume Booster

Download Volume Booster-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The FIRST extension to increase and amplify your max volume! OVER 10 MILLION TOTAL INSTALLS! Join OVER ONE MILLION happy WEEKLY ACTIVE users! Boost your volume up to 1000%!

Unleash the power of sound, no matter what speakers or headphones you're using. I made this extension so I could blast music on my laptop. Pick how much louder you want the sound to be on audio from any chrome tab. This will work on any audio coming from any tab, and has been successfully tested on both Mac and Windows. This will work on one tab at a time, so please press the "turn off" button before you turn on Volume Booster on a new tab.

If you are on Windows and are having issues with Fullscreen, press F11.
If you are on Mac, maximize the window and then press cmd+shift+F.

If using earphones or small laptop speakers, moving the slider past the 1/4 of the slider will lead to crackling noise.

I am not responsible for any damage done to your speakers/earphones. Please use this extension with care, especially with moving the slider to the red section.

TRUSTED BY MILLIONS OF ACTIVE USERS
ALWAYS FREE TO USE
NO ADS! NO MALWARE!                    

Basisinformatie over de Extensie

Naam Volume Booster Volume Booster
ID ejkiikneibegknkgimmihdpcbcedgmpo
Officiële URL https://chromewebstore.google.com/detail/volume-booster/ejkiikneibegknkgimmihdpcbcedgmpo
Beschrijving The FIRST extension to increase and amplify your max volume! OVER 10 MILLION TOTAL INSTALLS! Join OVER ONE MILLION happy WEEKLY…
Bestandsgrootte 17.96 KB
Aantal Installaties 1,890,962
Huidige Versie 0.2.1
Laatst Bijgewerkt 2024-01-03
Publicatiedatum 2020-04-14
Beoordeling 3.79/5 Totaal 1785 Beoordelingen
Ontwikkelaar alexanderkcheng
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.linkedin.com/in/akc2267
Help Pagina-URL https://www.linkedin.com/in/akc2267
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Volume Booster",
    "version": "0.2.1",
    "permissions": [
        "tabCapture",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "sound.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "sound.png"
        },
        "default_title": "Volume Booster",
        "default_popup": "popup.html"
    }
}