ChatGPT Avatar Replacer

Replace ChatGPT avatar with uploaded image.

Qu'est-ce que ChatGPT Avatar Replacer ?

ChatGPT Avatar Replacer est une extension Chrome développée par LASER, et sa fonction principale est "Replace ChatGPT avatar with uploaded image.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ChatGPT Avatar Replacer

Téléchargez les fichiers d'extension ChatGPT Avatar Replacer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ChatGPT Avatar Replacer ChatGPT Avatar Replacer
ID jggkmllkohmnjiconnimmjbloefdjfak
URL Officiel https://chromewebstore.google.com/detail/chatgpt-avatar-replacer/jggkmllkohmnjiconnimmjbloefdjfak
Description Replace ChatGPT avatar with uploaded image.
Taille du Fichier 24.33 KB
Nombre d'Installations 156
Version Actuelle 1.0
Dernière Mise à Jour 2023-04-12
Date de Publication 2023-04-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur LASER
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}