ChatGPT Avatar Replacer

Replace ChatGPT avatar with uploaded image.

Cos'è ChatGPT Avatar Replacer?

ChatGPT Avatar Replacer è un'estensione di Chrome sviluppata da LASER, e la sua funzione principale è "Replace ChatGPT avatar with uploaded image.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ChatGPT Avatar Replacer

Scarica i file di estensione ChatGPT Avatar Replacer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ChatGPT Avatar Replacer ChatGPT Avatar Replacer
ID jggkmllkohmnjiconnimmjbloefdjfak
URL Ufficiale https://chromewebstore.google.com/detail/chatgpt-avatar-replacer/jggkmllkohmnjiconnimmjbloefdjfak
Descrizione Replace ChatGPT avatar with uploaded image.
Dimensione del File 24.33 KB
Conteggio Installazioni 156
Versione Corrente 1.0
Ultimo Aggiornamento 2023-04-12
Data di Pubblicazione 2023-04-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore LASER
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}