Video Volume Sync

Remember and synchronise the volume for videos on Facebook.

Что такое Video Volume Sync?

Video Volume Sync - это расширение Chrome, разработанное Nick Waelkens, и его основная функция - "Remember and synchronise the volume for videos on Facebook.".

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

screenshot

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

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

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

                        Don't you just hate the fact Facebook videos are always playing on 100% volume? I do, especially when wearing headphones. This tiny extension fixes just that and adds the functionality we all know and love from YouTube, Soundcloud and many others. Whenever you change the volume of a video on Facebook, it will make sure every other video will have the same volume, even after restarting your browser.                    

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

Название Video Volume Sync Video Volume Sync
ID anajobmkmeloldjnafmhbkpbfikmoeab
Официальный URL https://chromewebstore.google.com/detail/video-volume-sync/anajobmkmeloldjnafmhbkpbfikmoeab
Описание Remember and synchronise the volume for videos on Facebook.
Размер файла 12.31 KB
Количество установок 560
Текущая Версия 0.0.6
Последнее Обновление 2019-10-25
Дата публикации 2019-10-25
Рейтинг 3.73/5 Всего 15 оценок
Разработчик Nick Waelkens
Тип оплаты free
Официальный сайт расширения https://github.com/nickwaelkens/video-volume-sync
URL страницы помощи https://github.com/nickwaelkens/video-volume-sync/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Volume Sync",
    "version": "0.0.6",
    "description": "Remember and synchronise the volume for videos on Facebook.",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "manifest.js",
                "app.js"
            ]
        }
    ]
}