Ultimate Volume Booster

Feel sound at the new level.

O que é Ultimate Volume Booster?

Ultimate Volume Booster é uma extensão do Chrome desenvolvida por Unlimbooster.com, e sua principal característica é "Feel sound at the new level.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Ultimate Volume Booster

Baixe arquivos de extensão Ultimate Volume Booster no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Ultimate Volume Booster Ultimate Volume Booster
ID hcfnhafpadfnabbnjnhdfdacolpmdbjo
URL Oficial https://chrome.google.com/webstore/detail/ultimate-volume-booster/hcfnhafpadfnabbnjnhdfdacolpmdbjo
Descrição Feel sound at the new level.
Tamanho do Arquivo 95.49 KB
Contagem de Instalações 600,000
Versão Atual 1.2.1
Última Atualização 2022-01-10
Data de Publicação 2020-02-09
Classificação 4.56/5 Total de 3380 Avaliações
Desenvolvedor Unlimbooster.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://ubooster-app.com/privacy.html
Idiomas Suportados 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"
    ]
}