Volume Sound Booster

Increase volume if 100% is not enough!

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

Volume Sound Booster - это расширение Chrome, разработанное DevOps, и его основная функция - "Increase volume if 100% is not enough!".

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

screenshot
screenshot

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

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

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

                        Audio Sound Booster is a convenient browser extension that allows you to increase the volume of audio and video files on all websites. It is an excellent solution for those who are experiencing the problem of low volume on their computer.

With Audio Sound Booster, you can increase the volume up to 600%, making the sound clearer and more discernible. The extension also prevents audio distortion, making it clean and crystal clear.

One of the main advantages of Audio Sound Booster is the ability to adjust the volume for individual tabs, websites, or globally. Additionally, you can set the volume level for the entire website domain, so every time you visit it, the sound is amplified.

Furthermore, Audio Sound Booster also includes a Bass Booster feature that enhances the sound quality, making it more saturated and deep. The bass becomes more noticeable and amplified, allowing you to enjoy music and videos to the fullest.

Thus, Audio Sound Booster is an excellent extension for those who want to improve the sound quality on their computer and enjoy a brighter and more saturated sound on all websites.                    

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

Название Volume Sound Booster Volume Sound Booster
ID eajloihmgggbfobianjoedhmjgfgpdco
Официальный URL https://chromewebstore.google.com/detail/volume-sound-booster/eajloihmgggbfobianjoedhmjgfgpdco
Описание Increase volume if 100% is not enough!
Размер файла 127 KB
Количество установок 13,074
Текущая Версия 2.0.3
Последнее Обновление 2024-01-29
Дата публикации 2020-10-01
Рейтинг 4.32/5 Всего 56 оценок
Разработчик DevOps
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://sites.google.com/view/privacy-policy-for-app-one/privacy
Поддерживаемые языки id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/addonup.com",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_desc__",
    "manifest_version": 3,
    "version": "2.0.3",
    "default_locale": "en",
    "permissions": [
        "tabCapture",
        "offscreen",
        "storage",
        "privacy",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_app_name__",
        "default_icon": {
            "32": "icon-32.png",
            "64": "icon-64.png",
            "128": "icon-128.png"
        }
    },
    "icons": {
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA501Gb6MhVxDPEvIH+PnPeuOl8c1CROCSALQ5YuH6ps2SNmlD3CP34zLOKHQfh7eAIHl3ivN4gK2sIRzxkAIG4svFOYYcQzy8eFZBh0nf1sDN6\/OtgGQXlxX5l9D7+\/S6lmiZSvzSKD22PGeoGASVuBdYPWu1dsn7DZ2tVIZpBJbbQLfb7ii9kAYmlxIi3rekV228icpknmbQ1l7h\/8b\/XjIHueG1rOfrYMdZbUBx4rUd+lg46R25vma\/KHDkqNCuIoyeuJblhTLE84osuWnZIDEOB5a19YH06Yr2+7A4uoetpYggNpw\/\/\/cs9ekUZiPDcxvbIf+8R8pr3\/zLV45IhQIDAQAB",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}