DJPb Meeting - Virtual Background
Mengganti gambar latar pada webcam.
What is DJPb Meeting - Virtual Background?
DJPb Meeting - Virtual Background is a Chrome extension developed by fridey.alpha, and its main feature is "Mengganti gambar latar pada webcam.".
Extension Screenshots
Download DJPb Meeting - Virtual Background Extension CRX File
Download DJPb Meeting - Virtual Background extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Mengganti gambar latar pada webcam untuk digunakan pada https://meet.setditjen-djpb.net
Extension Basic Information
Name | DJPb Meeting - Virtual Background |
ID | fifgghjnjemfgdbddbagnfenppcnlnjn |
Official URL | https://chromewebstore.google.com/detail/djpb-meeting-virtual-back/fifgghjnjemfgdbddbagnfenppcnlnjn |
Description | Mengganti gambar latar pada webcam. |
File Size | 8.51 MB |
Installation Count | 23 |
Current Version | 1.3 |
Last Updated | 2020-06-13 |
Publish Date | 2020-06-13 |
Developer | fridey.alpha |
[email protected] | |
Payment Type | free |
Extension Website | https://tim-inovasi-tik.setditjen-djpb.net |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.3", "manifest_version": 2, "minimum_chrome_version": "72", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png", "512": "images\/icon-512.png" }, "default_locale": "en", "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/meet.setditjen-djpb.net\/*" ], "js": [ "scripts\/injector.js" ], "css": [ "styles\/style.css" ], "run_at": "document_start", "all_frames": false } ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "web_accessible_resources": [ "lib\/tfjs-1.2.min.js", "lib\/body-pix-2.0.min.js", "lib\/opencv.min.js", "scripts\/bg-processing.js", "scripts\/camera-hook.js" ] } |