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