ChatGPT Avatar Replacer

Replace ChatGPT avatar with uploaded image.

Co je ChatGPT Avatar Replacer?

ChatGPT Avatar Replacer je rozšíření Chrome vyvinuté LASER, a jeho hlavní funkcí je „Replace ChatGPT avatar with uploaded image.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ChatGPT Avatar Replacer

Stáhněte si soubory rozšíření ChatGPT Avatar Replacer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název ChatGPT Avatar Replacer ChatGPT Avatar Replacer
ID jggkmllkohmnjiconnimmjbloefdjfak
Oficiální URL https://chromewebstore.google.com/detail/chatgpt-avatar-replacer/jggkmllkohmnjiconnimmjbloefdjfak
Popis Replace ChatGPT avatar with uploaded image.
Velikost souboru 24.33 KB
Počet instalací 156
Aktuální Verze 1.0
Poslední Aktualizace 2023-04-12
Datum Vydání 2023-04-11
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář LASER
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}