Hide self in Google Meet

Automatically hide your self view in Google Meet - better for your mental health!

Hide self in Google Meet क्या है?

Hide self in Google Meet Cryptacular द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically hide your self view in Google Meet - better for your mental health!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hide self in Google Meet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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).                    

एक्सटेंशन की मूल जानकारी

नाम Hide self in Google Meet Hide self in Google Meet
ID gffddgigccibcpijeoaffbggdeanifik
आधिकारिक URL https://chromewebstore.google.com/detail/hide-self-in-google-meet/gffddgigccibcpijeoaffbggdeanifik
विवरण Automatically hide your self view in Google Meet - better for your mental health!
फ़ाइल का आकार 8.71 KB
स्थापना संख्या 364
वर्तमान संस्करण 1.6
अंतिम अपडेट 2023-12-05
प्रकाशन तिथि 2022-05-08
रेटिंग 4.73/5 कुल 11 रेटिंग्स
डेवलपर Cryptacular
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}