ChatGPT Avatar Replacer

Replace ChatGPT avatar with uploaded image.

What is ChatGPT Avatar Replacer?

ChatGPT Avatar Replacer is a Chrome extension developed by LASER, and its main feature is "Replace ChatGPT avatar with uploaded image.".

Extension Screenshots

screenshot

Download ChatGPT Avatar Replacer Extension CRX File

Download ChatGPT Avatar Replacer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ChatGPT Avatar Replacer ChatGPT Avatar Replacer
ID jggkmllkohmnjiconnimmjbloefdjfak
Official URL https://chromewebstore.google.com/detail/chatgpt-avatar-replacer/jggkmllkohmnjiconnimmjbloefdjfak
Description Replace ChatGPT avatar with uploaded image.
File Size 24.33 KB
Installation Count 156
Current Version 1.0
Last Updated 2023-04-12
Publish Date 2023-04-11
Rating 5.00/5 Total 1 Ratings
Developer LASER
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}