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
Eメール [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"
    }
}