Google Meet virtual backgrounds

Google Meet background - virtual beckgrounds for Google Meet

Τι είναι το Google Meet virtual backgrounds;

Το Google Meet virtual backgrounds είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον knielsingons, και η κύρια λειτουργία του είναι "Google Meet background - virtual beckgrounds for Google Meet".

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

screenshot
screenshot

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

Λήψη αρχείων επέκτασης Google Meet virtual backgrounds σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Google Meet Virtual Backgrounds - Easy way to change your webcam background on Google Meet
Virtual Backgrounds for Google Meet is an extra features that will make your meeting more funny or more bussineslike.

Now you can change your conversation background to any image you like. Just Select existing backgrounds or upload your one and enjoy! 
For advanced users, we have added the option to blur the background - extremely useful for any kind of users.

Set
- Movies background for Google Meet
- Space background for Google Meet
- Nature background for Google Meet
- Interior background for Google Meet 

and much more 

Replace your current background by the virtual background during your Google Meet calls, without a green screen.

Picture-in-Picture option will help you to make couple thing at the same time - click picture-in-picture icon and serf the Web not loosing your conversation.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Google Meet virtual backgrounds Google Meet virtual backgrounds
ID lhhpifdkcdahnllampbkpideiogbjplm
Επίσημο URL https://chromewebstore.google.com/detail/google-meet-virtual-backg/lhhpifdkcdahnllampbkpideiogbjplm
Περιγραφή Google Meet background - virtual beckgrounds for Google Meet
Μέγεθος Αρχείου 1.09 MB
Αριθμός Εγκαταστάσεων 2,737
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2022-09-22
Ημερομηνία Δημοσίευσης 2020-11-28
Αξιολόγηση 1.82/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής knielsingons
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,fil,fr,sw,nl,no,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "1.1",
    "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\/meeting_content.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": "Title",
        "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"
    ],
    "permissions": [
        "",
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self';"
}