Google Meet Plus - Remove Time
This extension will remove the 'Time' information at the top of banner in Google Meet
Cos'è Google Meet Plus - Remove Time?
Google Meet Plus - Remove Time è un'estensione di Chrome sviluppata da hyzhang, e la sua funzione principale è "This extension will remove the 'Time' information at the top of banner in Google Meet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Meet Plus - Remove Time
Scarica i file di estensione Google Meet Plus - Remove Time 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 Meet recently added a new feature to add a 'Time' information at the top of banner. For those people who don't want to see the 'Time' information, this extension will remove it. Update History: June. 8th 2020 - v0.92: Hotfix due to the recently Meet update
Informazioni di Base sull'Estensione
Nome | Google Meet Plus - Remove Time |
ID | fknpogbbjooljojbnaenjikhijjfhjkm |
URL Ufficiale | https://chromewebstore.google.com/detail/google-meet-plus-remove-t/fknpogbbjooljojbnaenjikhijjfhjkm |
Descrizione | This extension will remove the 'Time' information at the top of banner in Google Meet |
Dimensione del File | 37.48 KB |
Conteggio Installazioni | 160 |
Versione Corrente | 0.92 |
Ultimo Aggiornamento | 2020-06-08 |
Data di Pubblicazione | 2020-06-08 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | hyzhang |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Plus - Remove Time", "description": "This extension will remove the 'Time' information at the top of banner in Google Meet", "version": "0.92", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "inject.js" ], "run_at": "document_idle", "all_frames": false } ], "web_accessible_resources": [ "removetime.js" ], "manifest_version": 2 } |