Google Meet Plus - Remove Time

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

Apa itu Google Meet Plus - Remove Time?

Google Meet Plus - Remove Time adalah ekstensi Chrome yang dikembangkan oleh hyzhang, dan fitur utamanya adalah "This extension will remove the 'Time' information at the top of banner in Google Meet".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Google Meet Plus - Remove Time

Unduh file ekstensi Google Meet Plus - Remove Time dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Google Meet Plus - Remove Time Google Meet Plus - Remove Time
ID fknpogbbjooljojbnaenjikhijjfhjkm
URL Resmi https://chromewebstore.google.com/detail/google-meet-plus-remove-t/fknpogbbjooljojbnaenjikhijjfhjkm
Deskripsi This extension will remove the 'Time' information at the top of banner in Google Meet
Ukuran File 37.48 KB
Jumlah Instalasi 160
Versi Saat Ini 0.92
Terakhir Diperbarui 2020-06-08
Tanggal Publikasi 2020-06-08
Penilaian 4.67/5 Total 3 Penilaian
Pengembang hyzhang
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}