Google Meet Plus - Remove Time
This extension will remove the 'Time' information at the top of banner in Google Meet
Hvad er Google Meet Plus - Remove Time?
Google Meet Plus - Remove Time er en Chrome-udvidelse udviklet af hyzhang, og dens hovedfunktion er "This extension will remove the 'Time' information at the top of banner in Google Meet".
Udvidelsesskærmbilleder
Download Google Meet Plus - Remove Time-udvidelses-CRX-fil
Download Google Meet Plus - Remove Time-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Google Meet Plus - Remove Time |
ID | fknpogbbjooljojbnaenjikhijjfhjkm |
Officiel URL | https://chromewebstore.google.com/detail/google-meet-plus-remove-t/fknpogbbjooljojbnaenjikhijjfhjkm |
Beskrivelse | This extension will remove the 'Time' information at the top of banner in Google Meet |
Filstørrelse | 37.48 KB |
Antal Installationer | 160 |
Nuværende Version | 0.92 |
Senest Opdateret | 2020-06-08 |
Udgivelsesdato | 2020-06-08 |
Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
Udvikler | hyzhang |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |