GPT Icon Changer

An extension that allows you to easily customize the ChatGPT icon. Upload your favorite image and apply it to the icon.

GPT Icon Changer क्या है?

GPT Icon Changer Jey Code द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that allows you to easily customize the ChatGPT icon. Upload your favorite image and apply it to the icon."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GPT Icon Changer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Easily customize your ChatGPT icon with this extension. Upload your favorite image and apply it as your chat icon. Of course, you can freely adjust the icon size as well. Immerse yourself in a unique chat experience with your personalized icon!

※If the extension does not work properly, it is likely due to updates on ChatGPT's side. We will make every effort to fix the issue as soon as possible and appreciate your patience.

【Update Log】
Bug Fixes: Addressed an issue where the extension stopped working due to an HTML update on the GPT side.

Version 1.1.2
Bug Fixes: Resolved an issue where the icon modification feature stopped working due to a change in GPT-4's icon color. Also, the feature has been updated to work correctly regardless of future changes to the icon color.

Version 1.1.1
Bug Fixes: Fixed an issue where the extension stopped working due to a change in ChatGPT's html.

Version 1.1.0
New Features: Added support for English language and made minor UI adjustments accordingly.

Version 1.0.1
Bug Fixes: Resolved issue where the extension stopped working due to changes in the ChatGPT URL.                    

एक्सटेंशन की मूल जानकारी

नाम GPT Icon Changer GPT Icon Changer
ID blcpdafalkbeopjpeeopplipehfkenkc
आधिकारिक URL https://chromewebstore.google.com/detail/gpt-icon-changer/blcpdafalkbeopjpeeopplipehfkenkc
विवरण An extension that allows you to easily customize the ChatGPT icon. Upload your favorite image and apply it to the icon.
फ़ाइल का आकार 18.56 KB
स्थापना संख्या 810
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2023-12-01
प्रकाशन तिथि 2023-04-11
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Jey Code
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPT Icon Changer",
    "description": "__MSG_appDescription__",
    "version": "1.1.3",
    "manifest_version": 3,
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "typhoon16.png",
        "48": "typhoon48.png",
        "128": "typhoon128.png"
    }
}

संबंधित एक्सटेंशन्स