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 |
| 电子邮箱 | [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"
}
} | |