Visual Effects for Google Meet

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

Visual Effects for Google Meetคืออะไร?

Visual Effects for Google Meet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย roomshilop และคุณลักษณะหลักของมันคือ "Virtual Green Screens, Blur, Pixelate, 3D Filters and More!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Visual Effects for Google Meet

ดาวน์โหลดไฟล์ส่วนขยาย Visual Effects for Google Meet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}