Google Meet Plus - Remove Time
This extension will remove the 'Time' information at the top of banner in Google Meet
Vad är Google Meet Plus - Remove Time?
Google Meet Plus - Remove Time är en Chrome-tillägg utvecklad av hyzhang, och dess huvudfunktion är "This extension will remove the 'Time' information at the top of banner in Google Meet".
Tilläggsskärmbilder
Ladda ner Google Meet Plus - Remove Time-förlängningens CRX-fil
Ladda ner Google Meet Plus - Remove Time-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Google Meet Plus - Remove Time |
ID | fknpogbbjooljojbnaenjikhijjfhjkm |
Officiell webbadress | https://chromewebstore.google.com/detail/google-meet-plus-remove-t/fknpogbbjooljojbnaenjikhijjfhjkm |
Beskrivning | This extension will remove the 'Time' information at the top of banner in Google Meet |
Filstorlek | 37.48 KB |
Antal Installationer | 160 |
Aktuell Version | 0.92 |
Senast Uppdaterad | 2020-06-08 |
Publiceringsdatum | 2020-06-08 |
Betyg | 4.67/5 Totalt 3 Betyg |
Utvecklare | hyzhang |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |