ChatGPT-Style

A styles and background change to chat gpt website

Was ist ChatGPT-Style?

ChatGPT-Style ist eine Chrome-Erweiterung, die von mateusneresrb entwickelt wurde, und ihr Hauptmerkmal ist "A styles and background change to chat gpt website".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

ChatGPT-Style-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChatGPT-Style-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ChatGPT-Style ChatGPT-Style
ID ooefjbdchgdlfeigfhigjpffppdklnef
Offizielle URL https://chromewebstore.google.com/detail/chatgpt-style/ooefjbdchgdlfeigfhigjpffppdklnef
Beschreibung A styles and background change to chat gpt website
Dateigröße 40.51 KB
Installationsanzahl 292
Aktuelle Version 1.2.3
Letztes Update 2023-05-16
Veröffentlichungsdatum 2023-04-20
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler mateusneresrb
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/mateusneresrb/chatgpt-style
Hilfeseite URL https://github.com/mateusneresrb/chatgpt-style
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}