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

¿Qué es Virtual Engagement Tools (VET) by Plugin?

Virtual Engagement Tools (VET) by Plugin es una extensión de Chrome desarrollada por Plugin, y su función principal es "This extension allows you to apply effects like Blur, Pixelate and Inverse to your camera live during Google Meets".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Virtual Engagement Tools (VET) by Plugin

Descarga archivos de extensión Virtual Engagement Tools (VET) by Plugin en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Virtual Engagement Tools (VET) by Plugin Virtual Engagement Tools (VET) by Plugin
ID opaghpakojeamiibmldlloheapjhkdhd
URL Oficial https://chrome.google.com/webstore/detail/virtual-engagement-tools/opaghpakojeamiibmldlloheapjhkdhd
Descripción This extension allows you to apply effects like Blur, Pixelate and Inverse to your camera live during Google Meets
Tamaño del Archivo 556 KB
Cantidad de Instalaciones 870
Versión Actual 1.0
Última Actualización 2020-08-31
Fecha de Publicación 2020-08-31
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Plugin
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.meetplugin.com
URL de la Página de Ayuda https://meetplugin.com/terms-conditions
URL de la Página de Política de Privacidad https://meetplugin.com/terms-conditions
Idiomas Soportados 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"
    }
}