Google Meet Plus - Remove Time
This extension will remove the 'Time' information at the top of banner in Google Meet
Wat is Google Meet Plus - Remove Time?
Google Meet Plus - Remove Time is een Chrome-extensie ontwikkeld door hyzhang, en de belangrijkste functie is "This extension will remove the 'Time' information at the top of banner in Google Meet".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Meet Plus - Remove Time
Download Google Meet Plus - Remove Time-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | fknpogbbjooljojbnaenjikhijjfhjkm |
| Officiële URL | https://chromewebstore.google.com/detail/google-meet-plus-remove-t/fknpogbbjooljojbnaenjikhijjfhjkm |
| Beschrijving | This extension will remove the 'Time' information at the top of banner in Google Meet |
| Bestandsgrootte | 37.48 KB |
| Aantal Installaties | 160 |
| Huidige Versie | 0.92 |
| Laatst Bijgewerkt | 2020-06-08 |
| Publicatiedatum | 2020-06-08 |
| Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | hyzhang |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |