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
Wat is Virtual Engagement Tools (VET) by Plugin?
Virtual Engagement Tools (VET) by Plugin is een Chrome-extensie ontwikkeld door Plugin, en de belangrijkste functie is "This extension allows you to apply effects like Blur, Pixelate and Inverse to your camera live during Google Meets".
Extensie Screenshots
Download het CRX-bestand van de extensie Virtual Engagement Tools (VET) by Plugin
Download Virtual Engagement Tools (VET) by Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | opaghpakojeamiibmldlloheapjhkdhd |
Officiële URL | https://chrome.google.com/webstore/detail/virtual-engagement-tools/opaghpakojeamiibmldlloheapjhkdhd |
Beschrijving | This extension allows you to apply effects like Blur, Pixelate and Inverse to your camera live during Google Meets |
Bestandsgrootte | 556 KB |
Aantal Installaties | 870 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-08-31 |
Publicatiedatum | 2020-08-31 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Plugin |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.meetplugin.com |
Help Pagina-URL | https://meetplugin.com/terms-conditions |
URL van de Privacybeleid Pagina | https://meetplugin.com/terms-conditions |
Ondersteunde Talen | 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" } } |