Virtual Engagement Tools (VET) by Plugin

This extension allows you to apply effects like Blur, Pixelate and Inverse to your camera live during Google Meets

Virtual Engagement Tools (VET) by Plugin란 무엇입니까?

Virtual Engagement Tools (VET) by Plugin은(는) Plugin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to apply effects like Blur, Pixelate and Inverse to your camera live during Google Meets"입니다.

확장 프로그램 스크린샷

screenshot

Virtual Engagement Tools (VET) by Plugin 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Plugin’s virtual engagement tools (VET) provides privacy, security and simplicity to every virtual engagement. Plugin’s green screen extension is a simple and secure way to reduce cyber bulling and trolling. This extension allows you to apply effects like Blur, Pixelate and Inverse to your camera live during Google Meets. 
To learn more visit: www.meetplugin.com 

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, collect, or do anything else with your data.                    

확장 프로그램 기본 정보

이름 Virtual Engagement Tools (VET) by Plugin Virtual Engagement Tools (VET) by Plugin
ID opaghpakojeamiibmldlloheapjhkdhd
공식 URL https://chrome.google.com/webstore/detail/virtual-engagement-tools/opaghpakojeamiibmldlloheapjhkdhd
설명 This extension allows you to apply effects like Blur, Pixelate and Inverse to your camera live during Google Meets
파일 크기 556 KB
설치 횟수 870
현재 버전 1.0
최근 업데이트 2020-08-31
출시 날짜 2020-08-31
평점 5.00/5 총 3 개의 평점
개발자 Plugin
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.meetplugin.com
도움말 페이지 URL https://meetplugin.com/terms-conditions
개인정보 보호 정책 페이지 URL https://meetplugin.com/terms-conditions
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Virtual Engagement Tools (VET) by Plugin",
    "description": "This extension allows you to apply effects like Blur, Pixelate and Inverse to your camera live during Google Meets",
    "version": "1.0",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "main.js",
                "content\/injectScripts.js"
            ],
            "matches": [
                "*:\/\/meet.google.com\/**-**-**",
                "*:\/\/visual-effects.herokuapp.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "dist\/*"
    ],
    "background": {
        "scripts": [
            "update.js"
        ]
    },
    "browser_action": {
        "default_title": "VET By Plugin",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "*:\/\/meet.google.com\/**-**-**",
        "*:\/\/visual-effects.herokuapp.com\/*",
        "storage"
    ],
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    }
}