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" } } |