FaceChange - AI Face Swapper

FaceChange is a powerful AI face swapper using AI technology to change face of images or videos!

¿Qué es FaceChange - AI Face Swapper?

FaceChange - AI Face Swapper es una extensión de Chrome desarrollada por https://windows11tools.com, y su función principal es "FaceChange is a powerful AI face swapper using AI technology to change face of images or videos!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión FaceChange - AI Face Swapper

Descarga archivos de extensión FaceChange - AI Face Swapper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        FaceChange is a face swap plugin tool which can help you swap face in image or video with one click. It’s easy to use and free!

FaceChange features:
Face Swap: easily swap faces in photos or videos. 
Use AI Technology: this extension using AI Technology makes your photos fun after changing faces.
It’s Free: The FaceChange extension is totally free with no hidden fees, ensuring you a good AI face swap experience. 
Easy to use: there is no complicated steps to replace face of your images, just a few clicks to generate face swap. 
Privacy Protection: We will not store or share your information and all photos will be deleted after processing. 
Preview: you can preview the face swap effect before generation.

Notice: Prior to utilizing any face-related features, users are required to obtain explicit consent from the individuals involved. It is imperative not to conceal the use of deepfake technology when sharing content on online platforms.

I hereby disclaim any responsibility for any malicious activities conducted through the use of this software. This project is solely intended for educational purposes, with the primary goal of exploring artificial intelligence.                    

Información Básica de la Extensión

Nombre FaceChange - AI Face Swapper FaceChange - AI Face Swapper
ID aniabchkpkianngefejkeemochpbibip
URL Oficial https://chromewebstore.google.com/detail/facechange-ai-face-swappe/aniabchkpkianngefejkeemochpbibip
Descripción FaceChange is a powerful AI face swapper using AI technology to change face of images or videos!
Tamaño del Archivo 64.62 KB
Cantidad de Instalaciones 89
Versión Actual 1.1
Última Actualización 2024-02-20
Fecha de Publicación 2024-01-14
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador https://windows11tools.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://windows11tools.com/privacy-policy
Idiomas Soportados id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 3,
    "version": "1.1",
    "default_locale": "en",
    "description": "__MSG_extDes__",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}