Ultimate Volume Booster

Feel sound at the new level.

What is Ultimate Volume Booster?

Ultimate Volume Booster is a Chrome extension developed by Unlimbooster.com, and its main feature is "Feel sound at the new level.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Ultimate Volume Booster Extension CRX File

Download Ultimate Volume Booster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        One of the most reliable and easiest volume boosters in the Chrome browser.

If your speakers or headphones do not reproduce sufficient sound volume for comfortable listening to music or watching video content - use our extension as a speaker amplifier, setting the volume level to more than 600%.

Use the sound booster of it on your favorite sites. Just adjust the sound in the current web tab using the slider. 

  ☑️  Sound level over 600%
  ☑️  Simple and intuitive design, convenient operation
  ☑️  Automatically shuts off in normal mode
  ☑️  Switch to any tab that plays audio with one click
  ☑️  Smoothly increase the volume using the slider

🖥 Full screen
Chrome doesn’t allow you to switch to full screen mode when using any extension that processes sound, so you can always see a rectangular icon in the tab bar (to know that the audio is being processed). It is impossible to get around this, after all, it is a good thing that protects you. However, you can improve the situation a bit by pressing F11 (on Windows) or Ctr + Cmd + F (on Mac).

💬 We are always happy for your suggestions! If you like Ultimate Volume Booster, please rate us, give 5 stars! Thanks for using.                    

Extension Basic Information

Name Ultimate Volume Booster Ultimate Volume Booster
ID hcfnhafpadfnabbnjnhdfdacolpmdbjo
Official URL https://chrome.google.com/webstore/detail/ultimate-volume-booster/hcfnhafpadfnabbnjnhdfdacolpmdbjo
Description Feel sound at the new level.
File Size 95.49 KB
Installation Count 600,000
Current Version 1.2.1
Last Updated 2022-01-10
Publish Date 2020-02-09
Rating 4.56/5 Total 3380 Ratings
Developer Unlimbooster.com
Email [email protected]
Payment Type free
Privacy Policy Page URL http://ubooster-app.com/privacy.html
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "version": "1.2.1",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "32": "assets\/icons\/icon-32.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/icon-19.png",
            "38": "assets\/icons\/icon-38.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/libs\/jquery.min.js",
                "js\/visualizer.js"
            ],
            "css": [
                "assets\/visualizer.css"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/libs\/knockout-3.5.1.js"
            ],
            "all_frames": true,
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabCapture",
        "tabs",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ]
}