DJPb Meeting - Virtual Background
Mengganti gambar latar pada webcam.
Wat is DJPb Meeting - Virtual Background?
DJPb Meeting - Virtual Background is een Chrome-extensie ontwikkeld door fridey.alpha, en de belangrijkste functie is "Mengganti gambar latar pada webcam.".
Extensie Screenshots
Download het CRX-bestand van de extensie DJPb Meeting - Virtual Background
Download DJPb Meeting - Virtual Background-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Mengganti gambar latar pada webcam untuk digunakan pada https://meet.setditjen-djpb.net Basisinformatie over de Extensie
| Naam | |
| ID | fifgghjnjemfgdbddbagnfenppcnlnjn |
| Officiële URL | https://chromewebstore.google.com/detail/djpb-meeting-virtual-back/fifgghjnjemfgdbddbagnfenppcnlnjn |
| Beschrijving | Mengganti gambar latar pada webcam. |
| Bestandsgrootte | 8.51 MB |
| Aantal Installaties | 23 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2020-06-13 |
| Publicatiedatum | 2020-06-13 |
| Ontwikkelaar | fridey.alpha |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://tim-inovasi-tik.setditjen-djpb.net |
| Ondersteunde Talen | 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"
]
} | |