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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |