Hide self in Google Meet
Automatically hide your self view in Google Meet - better for your mental health!
What is Hide self in Google Meet?
Hide self in Google Meet is a Chrome extension developed by Cryptacular, and its main feature is "Automatically hide your self view in Google Meet - better for your mental health!".
Extension Screenshots
Download Hide self in Google Meet Extension CRX File
Download Hide self in Google Meet 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
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).
Extension Basic Information
Name | Hide self in Google Meet |
ID | gffddgigccibcpijeoaffbggdeanifik |
Official URL | https://chromewebstore.google.com/detail/hide-self-in-google-meet/gffddgigccibcpijeoaffbggdeanifik |
Description | Automatically hide your self view in Google Meet - better for your mental health! |
File Size | 8.71 KB |
Installation Count | 364 |
Current Version | 1.6 |
Last Updated | 2023-12-05 |
Publish Date | 2022-05-08 |
Rating | 4.73/5 Total 11 Ratings |
Developer | Cryptacular |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |