FaceChange - AI Face Swapper

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

O que é FaceChange - AI Face Swapper?

FaceChange - AI Face Swapper é uma extensão do Chrome desenvolvida por https://windows11tools.com, e sua principal característica é "FaceChange is a powerful AI face swapper using AI technology to change face of images or videos!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FaceChange - AI Face Swapper

Baixe arquivos de extensão FaceChange - AI Face Swapper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome FaceChange - AI Face Swapper FaceChange - AI Face Swapper
ID aniabchkpkianngefejkeemochpbibip
URL Oficial https://chromewebstore.google.com/detail/facechange-ai-face-swappe/aniabchkpkianngefejkeemochpbibip
Descrição FaceChange is a powerful AI face swapper using AI technology to change face of images or videos!
Tamanho do Arquivo 64.62 KB
Contagem de Instalações 89
Versão Atual 1.1
Última Atualização 2024-02-20
Data de Publicação 2024-01-14
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor https://windows11tools.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://windows11tools.com/privacy-policy
Idiomas Suportados 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"
    }
}