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
擴展基本資訊
名稱 | SwapMyFace AI |
ID | jokmnalkdbmbjehcjjnhmeibpfcblddm |
官方網址 | 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" } } |