Visual Effects for Google Meet

Virtual Green Screens, Blur, Pixelate, 3D Filters and More!

Visual Effects for Google Meet란 무엇입니까?

Visual Effects for Google Meet은(는) roomshilop에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Virtual Green Screens, Blur, Pixelate, 3D Filters and More!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Visual Effects for Google Meet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows you to apply effects like Blur, Pixelate and Inverse to your camera live during Google Meets. And you can use the Virtual Green Screen feature to hide that messy background and add custom virtual backgrounds!

Features / Effects:
AR Halo | AR Sunglasses | Random Donation | Rainbow | Soft Blur | Insane | 3D Movie | Virtual Green Screen | Blur Background | Flip | Bubbles | Cube | Screen Text | Freeze | Contrast | Inverse | Pixelate | Blur | Green Screen

PRIVACY POLICY: This extension will never save or collect any personally identifiable data.                    

확장 프로그램 기본 정보

이름 Visual Effects for Google Meet Visual Effects for Google Meet
ID hodiladlefdpcbemnbbcpclbmknkiaem
공식 URL https://chromewebstore.google.com/detail/visual-effects-for-google/hodiladlefdpcbemnbbcpclbmknkiaem
설명 Virtual Green Screens, Blur, Pixelate, 3D Filters and More!
파일 크기 597 KB
설치 횟수 1,390,121
현재 버전 3.2.5
최근 업데이트 2024-01-23
출시 날짜 2020-06-09
평점 3.35/5 총 2095 개의 평점
개발자 roomshilop
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://pastebin.com/w4s7PFqD
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Visual Effects for Google Meet",
    "description": "Virtual Green Screens, Blur, Pixelate, 3D Filters and More!",
    "version": "3.2.5",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/injectScripts.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dependencies\/*",
                "content.js",
                "main.css",
                "img\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Visual Effects",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/meet.google.com\/**-**-**",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    }
}