Hangout Bar Remover
Remove the top green bar in Google Hangouts when screensharing
Co je Hangout Bar Remover?
Hangout Bar Remover je rozšíření Chrome vyvinuté Weedy, a jeho hlavní funkcí je „Remove the top green bar in Google Hangouts when screensharing“.
Stáhnout soubor CRX rozšíření Hangout Bar Remover
Stáhněte si soubory rozšíření Hangout Bar Remover 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í
Removes the green bar in Hangouts that shows up when you're sharing your screen.
Základní Informace o Rozšíření
Název | |
ID | ljnfnnbjjndlhjgckidfkbklikmdpagh |
Oficiální URL | https://chrome.google.com/webstore/detail/hangout-bar-remover/ljnfnnbjjndlhjgckidfkbklikmdpagh |
Popis | Remove the top green bar in Google Hangouts when screensharing |
Velikost souboru | 33.43 KB |
Počet instalací | 14 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2015-09-07 |
Datum Vydání | 2015-09-07 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Weedy |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |