Google Meet Plus - Remove Time

This extension will remove the 'Time' information at the top of banner in Google Meet

What is Google Meet Plus - Remove Time?

Google Meet Plus - Remove Time is a Chrome extension developed by hyzhang, and its main feature is "This extension will remove the 'Time' information at the top of banner in Google Meet".

Extension Screenshots

screenshot

Download Google Meet Plus - Remove Time Extension CRX File

Download Google Meet Plus - Remove Time extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Google Meet Plus - Remove Time Google Meet Plus - Remove Time
ID fknpogbbjooljojbnaenjikhijjfhjkm
Official URL https://chromewebstore.google.com/detail/google-meet-plus-remove-t/fknpogbbjooljojbnaenjikhijjfhjkm
Description This extension will remove the 'Time' information at the top of banner in Google Meet
File Size 37.48 KB
Installation Count 160
Current Version 0.92
Last Updated 2020-06-08
Publish Date 2020-06-08
Rating 4.67/5 Total 3 Ratings
Developer hyzhang
Email [email protected]
Payment Type free
Supported Languages 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
}