Visual Effects for Google Meet

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

Visual Effects for Google Meet là gì?

Visual Effects for Google Meet là một tiện ích mở rộng Chrome được phát triển bởi roomshilop, và tính năng chính của nó là "Virtual Green Screens, Blur, Pixelate, 3D Filters and More!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Visual Effects for Google Meet

Tải xuống các tệp mở rộng Visual Effects for Google Meet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Visual Effects for Google Meet Visual Effects for Google Meet
ID hodiladlefdpcbemnbbcpclbmknkiaem
URL Chính Thức https://chromewebstore.google.com/detail/visual-effects-for-google/hodiladlefdpcbemnbbcpclbmknkiaem
Mô tả Virtual Green Screens, Blur, Pixelate, 3D Filters and More!
Kích Thước Tệp 597 KB
Số Lần Cài Đặt 1,390,121
Phiên Bản Hiện Tại 3.2.5
Cập Nhật Lần Cuối 2024-01-23
Ngày Phát Hành 2020-06-09
Đánh Giá 3.35/5 Tổng số 2095 Đánh Giá
Nhà Phát Triển roomshilop
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://pastebin.com/w4s7PFqD
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}