Google Hangout Editor
Allows access to edit the google hangouts user interface.
Cos'è Google Hangout Editor?
Google Hangout Editor è un'estensione di Chrome sviluppata da Guy Ross, e la sua funzione principale è "Allows access to edit the google hangouts user interface.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Hangout Editor
Scarica i file di estensione Google Hangout Editor 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
Google Hangouts UI Editor. Allows you to take full control over your google hangouts page. Allows you to remove the annoying text, disable the background and even use your own custom backgrounds.
Informazioni di Base sull'Estensione
Nome | Google Hangout Editor |
ID | ieadkjmeiojipognhgeomlcdlpgdpekn |
URL Ufficiale | https://chromewebstore.google.com/detail/google-hangout-editor/ieadkjmeiojipognhgeomlcdlpgdpekn |
Descrizione | Allows access to edit the google hangouts user interface. |
Dimensione del File | 51.79 KB |
Conteggio Installazioni | 1,338 |
Versione Corrente | 1.2.2.1 |
Ultimo Aggiornamento | 2018-02-28 |
Data di Pubblicazione | 2018-02-28 |
Valutazione | 3.00/5 Totale 18 Valutazioni |
Sviluppatore | Guy Ross |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Hangout Editor", "author": "Guy A. Ross", "description": "Allows access to edit the google hangouts user interface.", "version": "1.2.2.1", "manifest_version": 2, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.hangouts.google.com\/*" ], "js": [ "vendor\/jquery.js", "content_script\/components.js", "content_script\/main.js" ], "css": [ "content_script\/styles.css" ] } ], "browser_action": { "default_title": "Google Hangouts Editor.", "default_icon": "icons\/icon-128.png", "default_popup": "popup_component\/main.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/ https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/; object-src 'self'" } |