ChatGPT Avatar Replacer

Replace ChatGPT avatar with uploaded image.

什么是ChatGPT Avatar Replacer?

ChatGPT Avatar Replacer是由LASER开发的Chrome扩展程序,该扩展的主要功能是“Replace ChatGPT avatar with uploaded image.”。

扩展截图

screenshot

下载ChatGPT Avatar Replacer扩展crx文件

下载ChatGPT Avatar Replacer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 ChatGPT Avatar Replacer ChatGPT Avatar Replacer
ID jggkmllkohmnjiconnimmjbloefdjfak
官方URL https://chromewebstore.google.com/detail/chatgpt-avatar-replacer/jggkmllkohmnjiconnimmjbloefdjfak
简介 Replace ChatGPT avatar with uploaded image.
文件大小 24.33 KB
安装次数 156
当前版本 1.0
更新时间 2023-04-12
上架时间 2023-04-11
评分 5.00/5 共1次评分
开发者 LASER
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}