Google Meet Plus - Remove Time
This extension will remove the 'Time' information at the top of banner in Google Meet
Was ist Google Meet Plus - Remove Time?
Google Meet Plus - Remove Time ist eine Chrome-Erweiterung, die von hyzhang entwickelt wurde, und ihr Hauptmerkmal ist "This extension will remove the 'Time' information at the top of banner in Google Meet".
Erweiterungsscreenshots
Google Meet Plus - Remove Time-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Meet Plus - Remove Time-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fknpogbbjooljojbnaenjikhijjfhjkm |
| Offizielle URL | https://chromewebstore.google.com/detail/google-meet-plus-remove-t/fknpogbbjooljojbnaenjikhijjfhjkm |
| Beschreibung | This extension will remove the 'Time' information at the top of banner in Google Meet |
| Dateigröße | 37.48 KB |
| Installationsanzahl | 160 |
| Aktuelle Version | 0.92 |
| Letztes Update | 2020-06-08 |
| Veröffentlichungsdatum | 2020-06-08 |
| Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
| Entwickler | hyzhang |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |