Video Volume Sync

Remember and synchronise the volume for videos on Facebook.

O que é Video Volume Sync?

Video Volume Sync é uma extensão do Chrome desenvolvida por Nick Waelkens, e sua principal característica é "Remember and synchronise the volume for videos on Facebook.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Video Volume Sync

Baixe arquivos de extensão Video Volume Sync no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Video Volume Sync Video Volume Sync
ID anajobmkmeloldjnafmhbkpbfikmoeab
URL Oficial https://chromewebstore.google.com/detail/video-volume-sync/anajobmkmeloldjnafmhbkpbfikmoeab
Descrição Remember and synchronise the volume for videos on Facebook.
Tamanho do Arquivo 12.31 KB
Contagem de Instalações 560
Versão Atual 0.0.6
Última Atualização 2019-10-25
Data de Publicação 2019-10-25
Classificação 3.73/5 Total de 15 Avaliações
Desenvolvedor Nick Waelkens
Tipo de Pagamento free
Site da Extensão https://github.com/nickwaelkens/video-volume-sync
URL da Página de Ajuda https://github.com/nickwaelkens/video-volume-sync/issues
Idiomas Suportados 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"
            ]
        }
    ]
}