ChatGPT Avatar Replacer

Replace ChatGPT avatar with uploaded image.

Wat is ChatGPT Avatar Replacer?

ChatGPT Avatar Replacer is een Chrome-extensie ontwikkeld door LASER, en de belangrijkste functie is "Replace ChatGPT avatar with uploaded image.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ChatGPT Avatar Replacer

Download ChatGPT Avatar Replacer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ChatGPT Avatar Replacer ChatGPT Avatar Replacer
ID jggkmllkohmnjiconnimmjbloefdjfak
Officiële URL https://chromewebstore.google.com/detail/chatgpt-avatar-replacer/jggkmllkohmnjiconnimmjbloefdjfak
Beschrijving Replace ChatGPT avatar with uploaded image.
Bestandsgrootte 24.33 KB
Aantal Installaties 156
Huidige Versie 1.0
Laatst Bijgewerkt 2023-04-12
Publicatiedatum 2023-04-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar LASER
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}