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 là gì?
Virtual Engagement Tools (VET) by Plugin là một tiện ích mở rộng Chrome được phát triển bởi Plugin, và tính năng chính của nó là "This extension allows you to apply effects like Blur, Pixelate and Inverse to your camera live during Google Meets".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Virtual Engagement Tools (VET) by Plugin
Tải xuống các tệp mở rộng Virtual Engagement Tools (VET) by Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | opaghpakojeamiibmldlloheapjhkdhd |
URL Chính Thức | https://chrome.google.com/webstore/detail/virtual-engagement-tools/opaghpakojeamiibmldlloheapjhkdhd |
Mô tả | This extension allows you to apply effects like Blur, Pixelate and Inverse to your camera live during Google Meets |
Kích Thước Tệp | 556 KB |
Số Lần Cài Đặt | 870 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-08-31 |
Ngày Phát Hành | 2020-08-31 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Plugin |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.meetplugin.com |
URL Trang Trợ Giúp | https://meetplugin.com/terms-conditions |
URL Trang Chính Sách Bảo Mật | https://meetplugin.com/terms-conditions |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |