Pink ChatGPT Theme

Make ChatGPT look amazing!

Qu'est-ce que Pink ChatGPT Theme ?

Pink ChatGPT Theme est une extension Chrome développée par Kamila Yays, et sa fonction principale est "Make ChatGPT look amazing!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pink ChatGPT Theme

Téléchargez les fichiers d'extension Pink ChatGPT Theme au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Discover Pink ChatGPT Theme inspired by Barbie, the Chrome extension that revolutionizes the ChatGPT website. No more scrolling through walls of text or getting lost in the conversation. This extension organizes your messages in sleek bubbles transforming your chats into a visual delight that sparks creativity and excitement. 

Dive into a chat experience like never before. Install this extension today and get inspired by the pink bubbles. Chat in style!                    

Informations de Base sur l'Extension

Nom Pink ChatGPT Theme Pink ChatGPT Theme
ID lcoleoeabojfeokcbfgaafmdgnnjpmpo
URL Officiel https://chromewebstore.google.com/detail/pink-chatgpt-theme/lcoleoeabojfeokcbfgaafmdgnnjpmpo
Description Make ChatGPT look amazing!
Taille du Fichier 7.72 KB
Nombre d'Installations 165
Version Actuelle 1
Dernière Mise à Jour 2023-08-07
Date de Publication 2023-08-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur Kamila Yays
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pink ChatGPT Theme",
    "version": "1",
    "manifest_version": 3,
    "description": "Make ChatGPT look amazing!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    }
}