Google Meet Plus - Remove Time
This extension will remove the 'Time' information at the top of banner in Google Meet
Что такое Google Meet Plus - Remove Time?
Google Meet Plus - Remove Time - это расширение Chrome, разработанное hyzhang, и его основная функция - "This extension will remove the 'Time' information at the top of banner in Google Meet".
Снимки экрана расширения
Скачать файл CRX расширения Google Meet Plus - Remove Time
Скачайте файлы расширений Google Meet Plus - Remove Time в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | Google Meet Plus - Remove Time |
ID | fknpogbbjooljojbnaenjikhijjfhjkm |
Официальный URL | https://chromewebstore.google.com/detail/google-meet-plus-remove-t/fknpogbbjooljojbnaenjikhijjfhjkm |
Описание | This extension will remove the 'Time' information at the top of banner in Google Meet |
Размер файла | 37.48 KB |
Количество установок | 160 |
Текущая Версия | 0.92 |
Последнее Обновление | 2020-06-08 |
Дата публикации | 2020-06-08 |
Рейтинг | 4.67/5 Всего 3 оценок |
Разработчик | hyzhang |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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 } |