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'est-ce que Virtual Engagement Tools (VET) by Plugin ?
Virtual Engagement Tools (VET) by Plugin est une extension Chrome développée par Plugin, et sa fonction principale est "This extension allows you to apply effects like Blur, Pixelate and Inverse to your camera live during Google Meets".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Virtual Engagement Tools (VET) by Plugin
Téléchargez les fichiers d'extension Virtual Engagement Tools (VET) by Plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | opaghpakojeamiibmldlloheapjhkdhd |
URL Officiel | https://chrome.google.com/webstore/detail/virtual-engagement-tools/opaghpakojeamiibmldlloheapjhkdhd |
Description | This extension allows you to apply effects like Blur, Pixelate and Inverse to your camera live during Google Meets |
Taille du Fichier | 556 KB |
Nombre d'Installations | 870 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-08-31 |
Date de Publication | 2020-08-31 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Plugin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.meetplugin.com |
URL de la Page d'Aide | https://meetplugin.com/terms-conditions |
URL de la Page de Politique de Confidentialité | https://meetplugin.com/terms-conditions |
Langues Prises en Charge | 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" } } |