SwapMyFace AI
Put your face in any picture
Co to jest SwapMyFace AI?
SwapMyFace AI to rozszerzenie Chrome opracowane przez luis, a jego główną funkcją jest „Put your face in any picture”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SwapMyFace AI
Pobierz pliki rozszerzeń SwapMyFace AI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jokmnalkdbmbjehcjjnhmeibpfcblddm |
| Oficjalny URL | https://chromewebstore.google.com/detail/swapmyface-ai/jokmnalkdbmbjehcjjnhmeibpfcblddm |
| Opis | Put your face in any picture |
| Rozmiar pliku | 17.13 KB |
| Liczba instalacji | 1,293 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2023-11-22 |
| Data Publikacji | 2023-09-20 |
| Ocena | 3.50/5 Łącznie 2 Oceny |
| Deweloper | luis |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://swapmyface.app |
| Obsługiwane Języki | 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"
}
} | |