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はhttps://www.w3technic.comによって開発されたChromeの拡張機能で、その主な機能は「Google Meet Virtual Backgrounds - Easy way to change your webcam background on Google Meet」です。
拡張機能のスクリーンショット
Google Meet Virtual Backgrounds拡張機能のCRXファイルをダウンロード
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)
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |