Hide self in Google Meet
Automatically hide your self view in Google Meet - better for your mental health!
Apa itu Hide self in Google Meet?
Hide self in Google Meet adalah ekstensi Chrome yang dikembangkan oleh Cryptacular, dan fitur utamanya adalah "Automatically hide your self view in Google Meet - better for your mental health!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hide self in Google Meet
Unduh file ekstensi Hide self in Google Meet 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
Have you ever had a mirror in front of you in a meeting? Probably not. Why then should you always be looking at yourself in a video call in Google Meet? This extension will automatically hide the tile with your own face in it, once there are other people in the call. Please note that your video will still be on (unless you've specifically turned it off).
Informasi Dasar Ekstensi
Nama | Hide self in Google Meet |
ID | gffddgigccibcpijeoaffbggdeanifik |
URL Resmi | https://chromewebstore.google.com/detail/hide-self-in-google-meet/gffddgigccibcpijeoaffbggdeanifik |
Deskripsi | Automatically hide your self view in Google Meet - better for your mental health! |
Ukuran File | 8.71 KB |
Jumlah Instalasi | 364 |
Versi Saat Ini | 1.6 |
Terakhir Diperbarui | 2023-12-05 |
Tanggal Publikasi | 2022-05-08 |
Penilaian | 4.73/5 Total 11 Penilaian |
Pengembang | Cryptacular |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide self in Google Meet", "description": "Automatically hide your self view in Google Meet - better for your mental health!", "version": "1.6", "manifest_version": 3, "icons": { "16": "images\/[email protected]", "32": "images\/[email protected]", "48": "images\/[email protected]", "128": "images\/[email protected]" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*-*-*" ], "js": [ "contentScript.js" ] } ] } |