Google Meet Virtual Backgrounds

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

Cos'è Google Meet Virtual Backgrounds?

Google Meet Virtual Backgrounds è un'estensione di Chrome sviluppata da https://www.w3technic.com, e la sua funzione principale è "Google Meet Virtual Backgrounds - Easy way to change your webcam background on Google Meet".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Google Meet Virtual Backgrounds

Scarica i file di estensione Google Meet Virtual Backgrounds in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Google Meet Virtual Backgrounds Google Meet Virtual Backgrounds
ID bmgogkgklcedkeplmalbcklcbpgelpdg
URL Ufficiale https://chrome.google.com/webstore/detail/google-meet-virtual-backg/bmgogkgklcedkeplmalbcklcbpgelpdg
Descrizione Google Meet Virtual Backgrounds - Easy way to change your webcam background on Google Meet
Dimensione del File 280 KB
Conteggio Installazioni 20,000
Versione Corrente 2.0.0
Ultimo Aggiornamento 2020-08-07
Data di Pubblicazione 2020-08-03
Valutazione 1.84/5 Totale 31 Valutazioni
Sviluppatore https://www.w3technic.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.w3technic.com/2020/07/virtual-background-for-google-meet.html
URL della Pagina di Aiuto https://www.w3technic.com/p/contact.html
URL della Pagina della Politica sulla Privacy https://w3technic.com/privacy-policy
Lingue Supportate 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"
    ]
}