SwapMyFace AI
Put your face in any picture
SwapMyFace AIとは何ですか?
SwapMyFace AIはluisによって開発されたChromeの拡張機能で、その主な機能は「Put your face in any picture」です。
拡張機能のスクリーンショット
SwapMyFace AI拡張機能のCRXファイルをダウンロード
SwapMyFace AI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Click on any picture and put your face on it, it only takes a second. With this you don't need any PhotoShop ability, just load the picture you want and get the result in less than 5 seconds! It is the easiest way to swap your face with any picture in the world.
How to use:
- Find an image on the internet
- Right click
- Select "Put my face on this picture"
- Select a photo of your face
- You are done!
#FaceSwap #FaceSwapper 拡張機能の基本情報
| 名前 | |
| ID | jokmnalkdbmbjehcjjnhmeibpfcblddm |
| 公式URL | https://chromewebstore.google.com/detail/swapmyface-ai/jokmnalkdbmbjehcjjnhmeibpfcblddm |
| 説明 | Put your face in any picture |
| ファイルサイズ | 17.13 KB |
| インストール数 | 1,293 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2023-11-22 |
| 公開日 | 2023-09-20 |
| 評価 | 3.50/5 合計 2 レビュー |
| 開発者 | luis |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://swapmyface.app |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "SwapMyFace AI",
"version": "1.0",
"description": "Put your face in any picture",
"permissions": [
"contextMenus"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |