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によって開発されたChromeの拡張機能で、その主な機能は「Automatically hide your self view in Google Meet - better for your mental health!」です。

拡張機能のスクリーンショット

screenshot

Hide self in Google Meet拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}