MX Player Booster

MX Player Booster helps increase system volume up to maximum level.

Что такое MX Player Booster?

MX Player Booster - это расширение Chrome, разработанное AmourH, и его основная функция - "MX Player Booster helps increase system volume up to maximum level.".

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

screenshot

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

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

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

                        MX Player Booster is an extension that will allow you to increase the sound of your system. It can raise volume level up to 600%.

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%                    

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

Название MX Player Booster MX Player Booster
ID hfcicmgjcofeohgcdbbnhgaffededaio
Официальный URL https://chromewebstore.google.com/detail/mx-player-booster/hfcicmgjcofeohgcdbbnhgaffededaio
Описание MX Player Booster helps increase system volume up to maximum level.
Размер файла 364 KB
Количество установок 1,838
Текущая Версия 0.0.7
Последнее Обновление 2023-09-04
Дата публикации 2023-01-12
Рейтинг 4.00/5 Всего 2 оценок
Разработчик AmourH
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://sites.google.com/view/extensions-privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.7",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "MX Player Booster",
    "description": "MX Player Booster helps increase system volume up to maximum level.",
    "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"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "tabCapture",
        "activeTab"
    ]
}