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”。

擴展截圖

screenshot

下載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 Google Meet Plus - Remove Time
ID fknpogbbjooljojbnaenjikhijjfhjkm
官方網址 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
}