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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Cryptacular, και η κύρια λειτουργία του είναι "Automatically hide your self view in Google Meet - better for your mental health!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Hide self in Google Meet

Λήψη αρχείων επέκτασης Hide self in Google Meet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
            ]
        }
    ]
}