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 |
公式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 |
Eメール | [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" } } |