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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tonya West, και η κύρια λειτουργία του είναι "Change background for Google Meet during the real-time meeting. Choose from standard fonds or create your own custom Google Meet…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Google Meet Virtual Backgrounds

Λήψη αρχείων επέκτασης 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"
    ]
}