ChatGPT Avatar Replacer

Replace ChatGPT avatar with uploaded image.

Apa itu ChatGPT Avatar Replacer?

ChatGPT Avatar Replacer adalah ekstensi Chrome yang dikembangkan oleh LASER, dan fitur utamanya adalah "Replace ChatGPT avatar with uploaded image.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ChatGPT Avatar Replacer

Unduh file ekstensi ChatGPT Avatar Replacer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ChatGPT Avatar Replacer ChatGPT Avatar Replacer
ID jggkmllkohmnjiconnimmjbloefdjfak
URL Resmi https://chromewebstore.google.com/detail/chatgpt-avatar-replacer/jggkmllkohmnjiconnimmjbloefdjfak
Deskripsi Replace ChatGPT avatar with uploaded image.
Ukuran File 24.33 KB
Jumlah Instalasi 156
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-04-12
Tanggal Publikasi 2023-04-11
Penilaian 5.00/5 Total 1 Penilaian
Pengembang LASER
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}