Google Meet Virtual Backgrounds

Change background for Google Meet during the real-time meeting. Choose from standard fonds or create your own custom Google Meet…

Google Meet Virtual Backgroundsとは何ですか?

Google Meet Virtual BackgroundsはTonya Westによって開発されたChromeの拡張機能で、その主な機能は「Change background for Google Meet during the real-time meeting. Choose from standard fonds or create your own custom Google Meet…」です。

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

screenshot
screenshot

Google Meet Virtual Backgrounds拡張機能のCRXファイルをダウンロード

Google Meet Virtual Backgrounds拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Change the background in Google Meet to any you like. There are options to choose from the standard collection or upload your own custom background and save it for further meetings. Choose a Hawaii theme for meeting with friends or an office wall for business chatting. Create and save as many pictures for background as you want.   

Open the page and start a new conversation easily with a quick access via extension button. A lot of useful features are added, among that:

- Blur the background during Google meet conference
- Picture-in-picture mode (floating window) is available
- Enable/disable button to switch fond at any time

More functions are coming!                    

拡張機能の基本情報

名前 Google Meet Virtual Backgrounds Google Meet Virtual Backgrounds
ID edkljafinkpeoglndilllgfnailhkocn
公式URL https://chrome.google.com/webstore/detail/virtual-backgrounds-for-g/edkljafinkpeoglndilllgfnailhkocn
説明 Change background for Google Meet during the real-time meeting. Choose from standard fonds or create your own custom Google Meet…
ファイルサイズ 1.08 MB
インストール数 58,856
現在のバージョン 3.4
最終更新日 2022-07-22
公開日 2018-08-14
評価 3.00/5 合計 128 レビュー
開発者 Tonya West
支払い方法 free
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "3.4",
    "description": "__MSG_description__",
    "default_locale": "en",
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "js\/pip_content.js"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "css": [
                "css\/meeting_content.css"
            ],
            "js": [
                "js\/replacer.js"
            ]
        },
        {
            "run_at": "document_idle",
            "all_frames": true,
            "matches": [
                "*:\/\/unsplash.com\/*"
            ],
            "js": [
                "js\/unsplash.js"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": false,
            "matches": [
                ""
            ],
            "js": [
                "js\/upload_background.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/img\/icons\/icon.png",
            "24": "assets\/img\/icons\/icon.png",
            "32": "assets\/img\/icons\/icon.png",
            "64": "assets\/img\/icons\/icon.png",
            "128": "assets\/img\/icons\/icon.png"
        },
        "default_title": "Virtual Backgrounds for Google Meet",
        "default_popup": "Popup.html"
    },
    "icons": {
        "16": "assets\/img\/icons\/icon.png",
        "48": "assets\/img\/icons\/icon.png",
        "128": "assets\/img\/icons\/icon.png"
    },
    "web_accessible_resources": [
        "js\/overideDefaultUserMedia.js",
        "assets\/img\/icons\/icon.png"
    ],
    "permissions": [
        "",
        "storage",
        "unlimitedStorage",
        "tabs",
        "cookies"
    ]
}