DJPb Meeting - Virtual Background
Mengganti gambar latar pada webcam.
DJPb Meeting - Virtual Backgroundとは何ですか?
DJPb Meeting - Virtual Backgroundはfridey.alphaによって開発されたChromeの拡張機能で、その主な機能は「Mengganti gambar latar pada webcam.」です。
拡張機能のスクリーンショット
DJPb Meeting - Virtual Background拡張機能のCRXファイルをダウンロード
DJPb Meeting - Virtual Background拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Mengganti gambar latar pada webcam untuk digunakan pada https://meet.setditjen-djpb.net
拡張機能の基本情報
名前 | DJPb Meeting - Virtual Background |
ID | fifgghjnjemfgdbddbagnfenppcnlnjn |
公式URL | https://chromewebstore.google.com/detail/djpb-meeting-virtual-back/fifgghjnjemfgdbddbagnfenppcnlnjn |
説明 | Mengganti gambar latar pada webcam. |
ファイルサイズ | 8.51 MB |
インストール数 | 23 |
現在のバージョン | 1.3 |
最終更新日 | 2020-06-13 |
公開日 | 2020-06-13 |
開発者 | fridey.alpha |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://tim-inovasi-tik.setditjen-djpb.net |
対応言語 | 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" ] } |