Volume Adjuster

Used to adjust the volume of html audio/video tags

Что такое Volume Adjuster?

Volume Adjuster - это расширение Chrome, разработанное giomrella, и его основная функция - "Used to adjust the volume of html audio/video tags".

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

screenshot
screenshot
screenshot

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

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

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

                        A simple extension to mute or adjust the volume of audio or video tags on the current tab. This is especially useful for adjusting an individual's audio on group video calls, or when you can't find that ad on a page talking over your video. Give it a try!                    

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

Название Volume Adjuster Volume Adjuster
ID jodboiahhplamjcpimpdbealafbjcjab
Официальный URL https://chromewebstore.google.com/detail/volume-adjuster/jodboiahhplamjcpimpdbealafbjcjab
Описание Used to adjust the volume of html audio/video tags
Размер файла 16.17 KB
Количество установок 141
Текущая Версия 0.0.0.1
Последнее Обновление 2020-12-11
Дата публикации 2020-12-11
Разработчик giomrella
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/giomrella/volume-adjuster-extension
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Volume Adjuster",
    "description": "Used to adjust the volume of html audio\/video tags",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "volume.png"
        }
    },
    "manifest_version": 2,
    "version": "0.0.0.1",
    "icons": {
        "48": "volume.png"
    }
}