Google Meet Virtual Backgrounds

Change background for Google Meet during the real-time meeting. Choose from standard fonds or create your own custom Google Meet…

Google Meet Virtual Backgrounds란 무엇입니까?

Google Meet Virtual Backgrounds은(는) Tonya West에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change background for Google Meet during the real-time meeting. Choose from standard fonds or create your own custom Google Meet…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Google Meet Virtual Backgrounds 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Change the background in Google Meet to any you like. There are options to choose from the standard collection or upload your own custom background and save it for further meetings. Choose a Hawaii theme for meeting with friends or an office wall for business chatting. Create and save as many pictures for background as you want.   

Open the page and start a new conversation easily with a quick access via extension button. A lot of useful features are added, among that:

- Blur the background during Google meet conference
- Picture-in-picture mode (floating window) is available
- Enable/disable button to switch fond at any time

More functions are coming!                    

확장 프로그램 기본 정보

이름 Google Meet Virtual Backgrounds Google Meet Virtual Backgrounds
ID edkljafinkpeoglndilllgfnailhkocn
공식 URL https://chrome.google.com/webstore/detail/virtual-backgrounds-for-g/edkljafinkpeoglndilllgfnailhkocn
설명 Change background for Google Meet during the real-time meeting. Choose from standard fonds or create your own custom Google Meet…
파일 크기 1.08 MB
설치 횟수 58,856
현재 버전 3.4
최근 업데이트 2022-07-22
출시 날짜 2018-08-14
평점 3.00/5 총 128 개의 평점
개발자 Tonya West
결제 유형 free
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,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,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "3.4",
    "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\/replacer.js"
            ]
        },
        {
            "run_at": "document_idle",
            "all_frames": true,
            "matches": [
                "*:\/\/unsplash.com\/*"
            ],
            "js": [
                "js\/unsplash.js"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": false,
            "matches": [
                ""
            ],
            "js": [
                "js\/upload_background.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": "Virtual Backgrounds for Google Meet",
        "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",
        "assets\/img\/icons\/icon.png"
    ],
    "permissions": [
        "",
        "storage",
        "unlimitedStorage",
        "tabs",
        "cookies"
    ]
}