Remove Screenshare Notification for Hangouts™

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

Co je Remove Screenshare Notification for Hangouts™?

Remove Screenshare Notification for Hangouts™ je rozšíření Chrome vyvinuté Master, a jeho hlavní funkcí je „Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Remove Screenshare Notification for Hangouts™

Stáhněte si soubory rozšíření Remove Screenshare Notification for Hangouts™ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Remove Screenshare Notification for Hangouts™ Remove Screenshare Notification for Hangouts™
ID dkoinecnplfbobfdamgfjfonmjieigpd
Oficiální URL https://chromewebstore.google.com/detail/remove-screenshare-notifi/dkoinecnplfbobfdamgfjfonmjieigpd
Popis Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.
Velikost souboru 46.05 KB
Počet instalací 873
Aktuální Verze 1.1
Poslední Aktualizace 2015-12-07
Datum Vydání 2015-12-07
Hodnocení 3.87/5 Celkem 15 Hodnocení
Vývojář Master
Typ Platby free
Podporované Jazyky 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"
    ]
}