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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Plugin, και η κύρια λειτουργία του είναι "This extension allows you to apply effects like Blur, Pixelate and Inverse to your camera live during Google Meets".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Virtual Engagement Tools (VET) by Plugin
Λήψη αρχείων επέκτασης Virtual Engagement Tools (VET) by Plugin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" } } |