Google Meet Virtual Backgrounds
Google Meet Virtual Backgrounds - Easy way to change your webcam background on Google Meet
Co to jest Google Meet Virtual Backgrounds?
Google Meet Virtual Backgrounds to rozszerzenie Chrome opracowane przez https://www.w3technic.com, a jego główną funkcją jest „Google Meet Virtual Backgrounds - Easy way to change your webcam background on Google Meet”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Meet Virtual Backgrounds
Pobierz pliki rozszerzeń Google Meet Virtual Backgrounds w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bmgogkgklcedkeplmalbcklcbpgelpdg |
Oficjalny URL | https://chrome.google.com/webstore/detail/google-meet-virtual-backg/bmgogkgklcedkeplmalbcklcbpgelpdg |
Opis | Google Meet Virtual Backgrounds - Easy way to change your webcam background on Google Meet |
Rozmiar pliku | 280 KB |
Liczba instalacji | 20,000 |
Aktualna Wersja | 2.0.0 |
Ostatnia Aktualizacja | 2020-08-07 |
Data Publikacji | 2020-08-03 |
Ocena | 1.84/5 Łącznie 31 Oceny |
Deweloper | https://www.w3technic.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.w3technic.com/2020/07/virtual-background-for-google-meet.html |
Adres URL Strony Pomocy | https://www.w3technic.com/p/contact.html |
Adres URL Strony Polityki Prywatności | https://w3technic.com/privacy-policy |
Obsługiwane Języki | 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" ] } |