Pink ChatGPT Theme

Make ChatGPT look amazing!

What is Pink ChatGPT Theme?

Pink ChatGPT Theme is a Chrome extension developed by Kamila Yays, and its main feature is "Make ChatGPT look amazing!".

Extension Screenshots

screenshot
screenshot

Download Pink ChatGPT Theme Extension CRX File

Download Pink ChatGPT Theme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Pink ChatGPT Theme Pink ChatGPT Theme
ID lcoleoeabojfeokcbfgaafmdgnnjpmpo
Official URL https://chromewebstore.google.com/detail/pink-chatgpt-theme/lcoleoeabojfeokcbfgaafmdgnnjpmpo
Description Make ChatGPT look amazing!
File Size 7.72 KB
Installation Count 165
Current Version 1
Last Updated 2023-08-07
Publish Date 2023-08-07
Rating 5.00/5 Total 1 Ratings
Developer Kamila Yays
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}