Remove Screenshare Notification for Hangouts™

Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.

O que é Remove Screenshare Notification for Hangouts™?

Remove Screenshare Notification for Hangouts™ é uma extensão do Chrome desenvolvida por Master, e sua principal característica é "Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Remove Screenshare Notification for Hangouts™

Baixe arquivos de extensão Remove Screenshare Notification for Hangouts™ 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

                        You can still choose to stop sharing by clicking the screenshare icon in the left side panel in the Hangouts window.

NOTE: If you get a black bar at the bottom of the screen, simply re-size the window once in any direction to fix it.

Changelog:
------------------
12/7/15 - Updated to support Hangouts Beta                    

Informações Básicas da Extensão

Nome Remove Screenshare Notification for Hangouts™ Remove Screenshare Notification for Hangouts™
ID dkoinecnplfbobfdamgfjfonmjieigpd
URL Oficial https://chromewebstore.google.com/detail/remove-screenshare-notifi/dkoinecnplfbobfdamgfjfonmjieigpd
Descrição Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.
Tamanho do Arquivo 46.05 KB
Contagem de Instalações 873
Versão Atual 1.1
Última Atualização 2015-12-07
Data de Publicação 2015-12-07
Classificação 3.87/5 Total de 15 Avaliações
Desenvolvedor Master
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "The Master",
    "name": "Remove Screenshare Notification for Hangouts\u2122",
    "description": "Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.",
    "manifest_version": 2,
    "version": "1.1",
    "icons": {
        "16": "thumbnail-16.png",
        "24": "thumbnail-24.png",
        "32": "thumbnail-32.png",
        "48": "thumbnail-48.png",
        "64": "thumbnail-64.png",
        "128": "thumbnail-128.png"
    },
    "permissions": [
        "*:\/\/plus.google.com\/hangouts\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/plus.google.com\/hangouts\/*"
            ],
            "js": [
                "jquery.js",
                "background-min.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "jquery.js",
        "background-min.js",
        "thumbnail-16.png",
        "thumbnail-24.png",
        "thumbnail-32.png",
        "thumbnail-48.png",
        "thumbnail-64.png",
        "thumbnail-128.png"
    ]
}