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
Was ist Virtual Engagement Tools (VET) by Plugin?
Virtual Engagement Tools (VET) by Plugin ist eine Chrome-Erweiterung, die von Plugin entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to apply effects like Blur, Pixelate and Inverse to your camera live during Google Meets".
Erweiterungsscreenshots
Virtual Engagement Tools (VET) by Plugin-Erweiterungs-CRX-Datei herunterladen
Laden Sie Virtual Engagement Tools (VET) by Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | opaghpakojeamiibmldlloheapjhkdhd |
Offizielle URL | https://chrome.google.com/webstore/detail/virtual-engagement-tools/opaghpakojeamiibmldlloheapjhkdhd |
Beschreibung | This extension allows you to apply effects like Blur, Pixelate and Inverse to your camera live during Google Meets |
Dateigröße | 556 KB |
Installationsanzahl | 870 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-08-31 |
Veröffentlichungsdatum | 2020-08-31 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Plugin |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.meetplugin.com |
Hilfeseite URL | https://meetplugin.com/terms-conditions |
URL der Datenschutzrichtlinien-Seite | https://meetplugin.com/terms-conditions |
Unterstützte Sprachen | 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" } } |