Hangout Bar Remover

Remove the top green bar in Google Hangouts when screensharing

O que é Hangout Bar Remover?

Hangout Bar Remover é uma extensão do Chrome desenvolvida por Weedy, e sua principal característica é "Remove the top green bar in Google Hangouts when screensharing".

Baixar o arquivo CRX da Extensão Hangout Bar Remover

Baixe arquivos de extensão Hangout Bar Remover 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

                        Removes the green bar in Hangouts that shows up when you're sharing your screen.                    

Informações Básicas da Extensão

Nome Hangout Bar Remover Hangout Bar Remover
ID ljnfnnbjjndlhjgckidfkbklikmdpagh
URL Oficial https://chrome.google.com/webstore/detail/hangout-bar-remover/ljnfnnbjjndlhjgckidfkbklikmdpagh
Descrição Remove the top green bar in Google Hangouts when screensharing
Tamanho do Arquivo 33.43 KB
Contagem de Instalações 14
Versão Atual 1.0
Última Atualização 2015-09-07
Data de Publicação 2015-09-07
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Weedy
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hangout Bar Remover",
    "version": "1.0",
    "author": "WeedLion",
    "description": "Remove the top green bar in Google Hangouts when screensharing",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/plus.google.com\/hangouts\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}