Google Meet Plus - Remove Time
This extension will remove the 'Time' information at the top of banner in Google Meet
¿Qué es Google Meet Plus - Remove Time?
Google Meet Plus - Remove Time es una extensión de Chrome desarrollada por hyzhang, y su función principal es "This extension will remove the 'Time' information at the top of banner in Google Meet".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Google Meet Plus - Remove Time
Descarga archivos de extensión Google Meet Plus - Remove Time en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Google Meet Plus - Remove Time |
ID | fknpogbbjooljojbnaenjikhijjfhjkm |
URL Oficial | https://chromewebstore.google.com/detail/google-meet-plus-remove-t/fknpogbbjooljojbnaenjikhijjfhjkm |
Descripción | This extension will remove the 'Time' information at the top of banner in Google Meet |
Tamaño del Archivo | 37.48 KB |
Cantidad de Instalaciones | 160 |
Versión Actual | 0.92 |
Última Actualización | 2020-06-08 |
Fecha de Publicación | 2020-06-08 |
Calificación | 4.67/5 Total de 3 Calificaciones |
Desarrollador | hyzhang |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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 } |