Hangout Bar Remover
Remove the top green bar in Google Hangouts when screensharing
Cos'è Hangout Bar Remover?
Hangout Bar Remover è un'estensione di Chrome sviluppata da Weedy, e la sua funzione principale è "Remove the top green bar in Google Hangouts when screensharing".
Scarica il file CRX dell'estensione Hangout Bar Remover
Scarica i file di estensione Hangout Bar Remover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Removes the green bar in Hangouts that shows up when you're sharing your screen.
Informazioni di Base sull'Estensione
Nome | |
ID | ljnfnnbjjndlhjgckidfkbklikmdpagh |
URL Ufficiale | https://chrome.google.com/webstore/detail/hangout-bar-remover/ljnfnnbjjndlhjgckidfkbklikmdpagh |
Descrizione | Remove the top green bar in Google Hangouts when screensharing |
Dimensione del File | 33.43 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-09-07 |
Data di Pubblicazione | 2015-09-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Weedy |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |