Google Meet Virtual Backgrounds

Google Meet Virtual Backgrounds - Easy way to change your webcam background on Google Meet

Τι είναι το Google Meet Virtual Backgrounds;

Το Google Meet Virtual Backgrounds είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.w3technic.com, και η κύρια λειτουργία του είναι "Google Meet Virtual Backgrounds - Easy way to change your webcam background on Google Meet".

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

screenshot

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

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

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

                        Replace your current background by the virtual background during your Google Meet calls, without a green screen.
This extension made by babgev (not from Google)                    

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

Όνομα Google Meet Virtual Backgrounds Google Meet Virtual Backgrounds
ID bmgogkgklcedkeplmalbcklcbpgelpdg
Επίσημο URL https://chrome.google.com/webstore/detail/google-meet-virtual-backg/bmgogkgklcedkeplmalbcklcbpgelpdg
Περιγραφή Google Meet Virtual Backgrounds - Easy way to change your webcam background on Google Meet
Μέγεθος Αρχείου 280 KB
Αριθμός Εγκαταστάσεων 20,000
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2020-08-07
Ημερομηνία Δημοσίευσης 2020-08-03
Αξιολόγηση 1.84/5 Συνολικά 31 Αξιολογήσεις
Προγραμματιστής https://www.w3technic.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.w3technic.com/2020/07/virtual-background-for-google-meet.html
Διεύθυνση URL της Σελίδας Βοήθειας https://www.w3technic.com/p/contact.html
URL της Σελίδας Πολιτικής Απορρήτου https://w3technic.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Meet Virtual Backgrounds ",
    "version": "2.0.0",
    "description": "Google Meet Virtual Backgrounds - Easy way to change your webcam background on Google Meet",
    "homepage_url": "https:\/\/www.w3technic.com\/2020\/08\/google-meet-virtual-background-how-to.html",
    "short_name": "VirtualBackgroundsForMeet",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "assets\/icons\/logo-16.png",
        "32": "assets\/icons\/logo-32.png",
        "48": "assets\/icons\/logo-48.png",
        "128": "assets\/icons\/logo-128.png"
    },
    "author": "Coderantine",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/logo-16.png",
            "32": "assets\/icons\/logo-32.png",
            "48": "assets\/icons\/logo-48.png",
            "128": "assets\/icons\/logo-128.png"
        },
        "default_title": "Google Meet Virtual backgrounds",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/update-conf.js",
            "js\/update.js",
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/mediaSourceSwap.js"
    ]
}