Remove Screenshare Notification for Hangouts™
Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.
Was ist Remove Screenshare Notification for Hangouts™?
Remove Screenshare Notification for Hangouts™ ist eine Chrome-Erweiterung, die von Master entwickelt wurde, und ihr Hauptmerkmal ist "Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.".
Erweiterungsscreenshots
Remove Screenshare Notification for Hangouts™-Erweiterungs-CRX-Datei herunterladen
Laden Sie Remove Screenshare Notification for Hangouts™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Remove Screenshare Notification for Hangouts™ |
ID | dkoinecnplfbobfdamgfjfonmjieigpd |
Offizielle URL | https://chromewebstore.google.com/detail/remove-screenshare-notifi/dkoinecnplfbobfdamgfjfonmjieigpd |
Beschreibung | Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone. |
Dateigröße | 46.05 KB |
Installationsanzahl | 873 |
Aktuelle Version | 1.1 |
Letztes Update | 2015-12-07 |
Veröffentlichungsdatum | 2015-12-07 |
Bewertung | 3.87/5 Insgesamt 15 Bewertungen |
Entwickler | Master |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |