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是由hyzhang开发的Chrome扩展程序,该扩展的主要功能是“This extension will remove the 'Time' information at the top of banner in Google Meet”。
扩展截图
下载Google Meet Plus - Remove Time扩展crx文件
下载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 } |