Hangout Bar Remover
Remove the top green bar in Google Hangouts when screensharing
What is Hangout Bar Remover?
Hangout Bar Remover is a Chrome extension developed by Weedy, and its main feature is "Remove the top green bar in Google Hangouts when screensharing".
Download Hangout Bar Remover Extension CRX File
Download Hangout Bar Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Removes the green bar in Hangouts that shows up when you're sharing your screen.
Extension Basic Information
Name | |
ID | ljnfnnbjjndlhjgckidfkbklikmdpagh |
Official URL | https://chrome.google.com/webstore/detail/hangout-bar-remover/ljnfnnbjjndlhjgckidfkbklikmdpagh |
Description | Remove the top green bar in Google Hangouts when screensharing |
File Size | 33.43 KB |
Installation Count | 14 |
Current Version | 1.0 |
Last Updated | 2015-09-07 |
Publish Date | 2015-09-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Weedy |
Payment Type | free |
Supported Languages | 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" ] } ] } |