ChatGPT Avatar Replacer

Replace ChatGPT avatar with uploaded image.

O que é ChatGPT Avatar Replacer?

ChatGPT Avatar Replacer é uma extensão do Chrome desenvolvida por LASER, e sua principal característica é "Replace ChatGPT avatar with uploaded image.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ChatGPT Avatar Replacer

Baixe arquivos de extensão ChatGPT Avatar Replacer 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

                        ChatGPT Avatar Replacer is a tool designed to replace or customize avatars (visual representations of users) in a chat interface that uses ChatGPT. This tool might allow users to choose different avatars, modify existing ones, or even create entirely new avatars to represent themselves in the chat environment. This could be useful for personalizing the user experience, enhancing privacy, or simply adding a creative touch to chat interactions.                    

Informações Básicas da Extensão

Nome ChatGPT Avatar Replacer ChatGPT Avatar Replacer
ID jggkmllkohmnjiconnimmjbloefdjfak
URL Oficial https://chromewebstore.google.com/detail/chatgpt-avatar-replacer/jggkmllkohmnjiconnimmjbloefdjfak
Descrição Replace ChatGPT avatar with uploaded image.
Tamanho do Arquivo 24.33 KB
Contagem de Instalações 156
Versão Atual 1.0
Última Atualização 2023-04-12
Data de Publicação 2023-04-11
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor LASER
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Avatar Replacer",
    "version": "1.0",
    "description": "Replace ChatGPT avatar with uploaded image.",
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}