SwapMyFace AI

Put your face in any picture

Hvad er SwapMyFace AI?

SwapMyFace AI er en Chrome-udvidelse udviklet af luis, og dens hovedfunktion er "Put your face in any picture".

Udvidelsesskærmbilleder

screenshot
screenshot

Download SwapMyFace AI-udvidelses-CRX-fil

Download SwapMyFace AI-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn SwapMyFace AI SwapMyFace AI
ID jokmnalkdbmbjehcjjnhmeibpfcblddm
Officiel URL https://chromewebstore.google.com/detail/swapmyface-ai/jokmnalkdbmbjehcjjnhmeibpfcblddm
Beskrivelse Put your face in any picture
Filstørrelse 17.13 KB
Antal Installationer 1,293
Nuværende Version 1.0
Senest Opdateret 2023-11-22
Udgivelsesdato 2023-09-20
Bedømmelse 3.50/5 Samlet 2 Bedømmelser
Udvikler luis
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://swapmyface.app
Understøttede Sprog 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"
    }
}