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…

What is Google Meet Virtual Backgrounds?

Google Meet Virtual Backgrounds is a Chrome extension developed by Tonya West, and its main feature is "Change background for Google Meet during the real-time meeting. Choose from standard fonds or create your own custom Google Meet…".

Extension Screenshots

screenshot
screenshot

Download Google Meet Virtual Backgrounds Extension CRX File

Download Google Meet Virtual Backgrounds extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Google Meet Virtual Backgrounds Google Meet Virtual Backgrounds
ID edkljafinkpeoglndilllgfnailhkocn
Official URL https://chrome.google.com/webstore/detail/virtual-backgrounds-for-g/edkljafinkpeoglndilllgfnailhkocn
Description Change background for Google Meet during the real-time meeting. Choose from standard fonds or create your own custom Google Meet…
File Size 1.08 MB
Installation Count 58,856
Current Version 3.4
Last Updated 2022-07-22
Publish Date 2018-08-14
Rating 3.00/5 Total 128 Ratings
Developer Tonya West
Payment Type free
Supported Languages 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"
    ]
}