Volume Manager PRO

Volume Booster

Что такое Volume Manager PRO?

Volume Manager PRO - это расширение Chrome, разработанное https://www.w3technic.com, и его основная функция - "Volume Booster".

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

screenshot
screenshot

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

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

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

                        Volume Booster

🚀 Features
  ⭐️ Up to 800 % volume boost
  ⭐️ Control volume of any tab using the extension
  ⭐️ Control volume of any tab using shortcuts Alt + ↓↑
  ⭐️ Fine-grained control:  0 % - 800 %


Help us improve Volume Manager PRO. If you have any trouble or suggestions email us at [email protected]

Privacy policy:
https://www.w3technic.com/privacy-policy/                    

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

Название Volume Manager PRO Volume Manager PRO
ID padeedaooopaklfgibnddkgbpbmbmkji
Официальный URL https://chromewebstore.google.com/detail/volume-manager-pro/padeedaooopaklfgibnddkgbpbmbmkji
Описание Volume Booster
Размер файла 985 KB
Количество установок 3,017
Текущая Версия 1.3.0
Последнее Обновление 2021-09-07
Дата публикации 2021-08-18
Рейтинг 4.75/5 Всего 44 оценок
Разработчик https://www.w3technic.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.w3technic.com/
URL страницы помощи https://www.w3technic.com/contact
URL страницы политики конфиденциальности https://www.w3technic.com/privacy-policy
Поддерживаемые языки 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
{
    "background": {
        "scripts": [
            "background\/core.js",
            "background\/main.js",
            "background\/listeners.js",
            "background\/visualizer.js",
            "\/js\/update-conf.js",
            "\/js\/update.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_app_name__"
    },
    "commands": {
        "toggle-down-1": {
            "description": "Volume down",
            "suggested_key": {
                "default": "Alt+Down"
            }
        },
        "toggle-up-1": {
            "description": "Volume up",
            "suggested_key": {
                "default": "Alt+Up"
            }
        }
    },
    "content_scripts": [
        {
            "css": [
                "custom\/css\/style.css"
            ],
            "js": [
                "custom\/js\/content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "icons": {
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Volume Manager PRO",
    "offline_enabled": true,
    "permissions": [
        "tabCapture",
        "activeTab",
        "tabs",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.0"
}