ChatGPT-Style

A styles and background change to chat gpt website

ChatGPT-Style क्या है?

ChatGPT-Style mateusneresrb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A styles and background change to chat gpt website"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The extension developed for the ChatGPT website by OpenAI aims to provide users with the opportunity to customize the appearance of the environment according to their preferences. With the ability to switch styles and themes, the goal is to make the environment more pleasant and welcoming, providing a more satisfying experience for users.

 Furthermore, the extension is open-source, which means that the community can contribute by sending their own styles, making customization even more diverse and accessible to everyone. Thus, the extension aims to offer a unique and exclusive experience for each ChatGPT user, making it even more special and tailored to the needs of each individual.                    

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

नाम ChatGPT-Style ChatGPT-Style
ID ooefjbdchgdlfeigfhigjpffppdklnef
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-style/ooefjbdchgdlfeigfhigjpffppdklnef
विवरण A styles and background change to chat gpt website
फ़ाइल का आकार 40.51 KB
स्थापना संख्या 292
वर्तमान संस्करण 1.2.3
अंतिम अपडेट 2023-05-16
प्रकाशन तिथि 2023-04-20
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर mateusneresrb
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mateusneresrb/chatgpt-style
सहायता पृष्ठ URL https://github.com/mateusneresrb/chatgpt-style
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT-Style",
    "version": "1.2.3",
    "description": "A styles and background change to chat gpt website",
    "manifest_version": 3,
    "author": "[email protected]",
    "homepage_url": "https:\/\/github.com\/mateusneresrb\/chatgpt-style",
    "action": {
        "default_popup": "src\/index.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "src\/assets\/icon-16.png",
        "32": "src\/assets\/icon-32.png",
        "48": "src\/assets\/icon-48.png",
        "128": "src\/assets\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "themes\/*"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "src\/background.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ]
}