Virtual Backgrounds for Google Meet™

Virtual Backgrounds for Google Meet™

Was ist Virtual Backgrounds for Google Meet™?

Virtual Backgrounds for Google Meet™ ist eine Chrome-Erweiterung, die von https://background-meet.dllplayer.com entwickelt wurde, und ihr Hauptmerkmal ist "Virtual Backgrounds for Google Meet™".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Virtual Backgrounds for Google Meet™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Virtual Backgrounds for Google Meet™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Virtual Backgrounds for Google Meet

Want to use a different background when you're in an online video call using Google Meet or hangouts meet?

Amaze the other participants in this video call when you show up with the most trendy backgrounds during your Google Meet call or google hangouts meet call.

Please Note if you are having issues with changing your background, its due to the following issues.

1) SWITCH OFF the Web Camera inside the Google Meet Call and Switch it back on for the Virtual background to work. This solves over 90% of the issues of the extension virtual backgrounds not working for users/individuals.

- Host permissions are needed because our extension needs to insert in the background image when you're on the Google Meet website. Please note we do NOT capture any personal data and the only reason we need host permissions is to insert the background image during your Google Meet/Hangout call.

To begin using this software for google meet app, here is what you need to do.

Install the software
Go to Google Meet and enter your video call.

If you have any feedback/suggestions for our virtual backgrounds extension for google video conference, please contact us.

Please note you can also use the push to talk functionality inside Google Meet after installing this extension. Simply configure the settings and you can "automatically mute" yourself inside Google Meet, press the "space bar" to talk to ensure no hot microphone issues.

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this Chrome extension. Virtual Backgrounds for Google Meet is not owned by,it is not licensed by and is not a subsidiary of Google Inc.                    

Grundlegende Informationen zur Erweiterung

Name Virtual Backgrounds for Google Meet™ Virtual Backgrounds for Google Meet™
ID iiojpgfndaegfkmcdleandpjnkhmbmfj
Offizielle URL https://chromewebstore.google.com/detail/virtual-backgrounds-for-g/iiojpgfndaegfkmcdleandpjnkhmbmfj
Beschreibung Virtual Backgrounds for Google Meet™
Dateigröße 140 KB
Installationsanzahl 90,000
Aktuelle Version 3.0.0
Letztes Update 2023-10-28
Veröffentlichungsdatum 2020-08-04
Bewertung 3.01/5 Insgesamt 587 Bewertungen
Entwickler https://background-meet.dllplayer.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://background-meet.dllplayer.com/
Unterstützte Sprachen id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.0",
    "background": {
        "service_worker": "\/js\/welcome.js"
    },
    "action": {
        "default_icon": {
            "128": "img\/icon-128.png",
            "16": "img\/icon-16.png",
            "32": "img\/icon-32.png",
            "48": "img\/icon-48.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_AppName__"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "default_locale": "en",
    "description": "__MSG_AppDesc__",
    "homepage_url": "https:\/\/background-meet.dllplayer.com",
    "icons": {
        "512": "img\/icon-512.png",
        "256": "img\/icon-256.png",
        "128": "img\/icon-128.png",
        "48": "img\/icon-48.png",
        "16": "img\/icon-16.png"
    },
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "offline_enabled": true,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/icon-512.png",
                "img\/automute-disabled.png",
                "img\/automute.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}