SwapMyFace AI
Put your face in any picture
Was ist SwapMyFace AI?
SwapMyFace AI ist eine Chrome-Erweiterung, die von luis entwickelt wurde, und ihr Hauptmerkmal ist "Put your face in any picture".
Erweiterungsscreenshots
SwapMyFace AI-Erweiterungs-CRX-Datei herunterladen
Laden Sie SwapMyFace AI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | SwapMyFace AI |
ID | jokmnalkdbmbjehcjjnhmeibpfcblddm |
Offizielle URL | https://chromewebstore.google.com/detail/swapmyface-ai/jokmnalkdbmbjehcjjnhmeibpfcblddm |
Beschreibung | Put your face in any picture |
Dateigröße | 17.13 KB |
Installationsanzahl | 1,293 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-11-22 |
Veröffentlichungsdatum | 2023-09-20 |
Bewertung | 3.50/5 Insgesamt 2 Bewertungen |
Entwickler | luis |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://swapmyface.app |
Unterstützte Sprachen | 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" } } |