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是由Plugin開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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" } } |