ChatGPT Avatar Replacer

Replace ChatGPT avatar with uploaded image.

ChatGPT Avatar Replacer là gì?

ChatGPT Avatar Replacer là một tiện ích mở rộng Chrome được phát triển bởi LASER, và tính năng chính của nó là "Replace ChatGPT avatar with uploaded image.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChatGPT Avatar Replacer

Tải xuống các tệp mở rộng ChatGPT Avatar Replacer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ChatGPT Avatar Replacer ChatGPT Avatar Replacer
ID jggkmllkohmnjiconnimmjbloefdjfak
URL Chính Thức https://chromewebstore.google.com/detail/chatgpt-avatar-replacer/jggkmllkohmnjiconnimmjbloefdjfak
Mô tả Replace ChatGPT avatar with uploaded image.
Kích Thước Tệp 24.33 KB
Số Lần Cài Đặt 156
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-04-12
Ngày Phát Hành 2023-04-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển LASER
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}