ChatGPT Avatar Replacer

Replace ChatGPT avatar with uploaded image.

ChatGPT Avatar Replacerคืออะไร?

ChatGPT Avatar Replacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LASER และคุณลักษณะหลักของมันคือ "Replace ChatGPT avatar with uploaded image."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Avatar Replacer

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}