Loudify Volume Booster

Boost Your Browser's Volume and Hear Every Detail

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

Loudify Volume Booster - это расширение Chrome, разработанное Adam Larkins, и его основная функция - "Boost Your Browser's Volume and Hear Every Detail".

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

screenshot
screenshot

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

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

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

                        Loudify is a browser extension designed to enhance your audio experience by boosting the volume of your browser, allowing you to hear every detail clearly and loudly.

Features:
- Increase volume by up to 500%
- Prevent audio distortion                    

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

Название Loudify Volume Booster Loudify Volume Booster
ID ohlijedbbfaeobchboobaffbmpjdiinh
Официальный URL https://chromewebstore.google.com/detail/loudify-volume-booster/ohlijedbbfaeobchboobaffbmpjdiinh
Описание Boost Your Browser's Volume and Hear Every Detail
Размер файла 203 KB
Количество установок 7,666,851
Текущая Версия 1.0.3
Последнее Обновление 2023-12-29
Дата публикации 2023-05-19
Рейтинг 4.61/5 Всего 36 оценок
Разработчик Adam Larkins
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://docs.google.com/document/d/e/2PACX-1vQ8TB37tQY6BctoyhV4yJ4dfClZITOUisOtSR0vtUo3BF7JeZ0Pxk2_BY9ZP2TogE3jGM8RkiPWaLP5/pub
Поддерживаемые языки id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,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",
    "author": "Loudify Volume Booster",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_extName__"
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "minimum_chrome_version": "102",
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        "scripting",
        "alarms",
        "system.display",
        "tabCapture"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.3"
}