Ultimate Volume Booster

Feel sound at the new level.

Что такое Ultimate Volume Booster?

Ultimate Volume Booster - это расширение Chrome, разработанное Unlimbooster.com, и его основная функция - "Feel sound at the new level.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Ultimate Volume Booster

Скачайте файлы расширений Ultimate Volume Booster в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Ultimate Volume Booster Ultimate Volume Booster
ID hcfnhafpadfnabbnjnhdfdacolpmdbjo
Официальный URL https://chrome.google.com/webstore/detail/ultimate-volume-booster/hcfnhafpadfnabbnjnhdfdacolpmdbjo
Описание Feel sound at the new level.
Размер файла 95.49 KB
Количество установок 600,000
Текущая Версия 1.2.1
Последнее Обновление 2022-01-10
Дата публикации 2020-02-09
Рейтинг 4.56/5 Всего 3380 оценок
Разработчик Unlimbooster.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности http://ubooster-app.com/privacy.html
Поддерживаемые языки 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"
    ]
}