Pink ChatGPT Theme

Make ChatGPT look amazing!

Apa itu Pink ChatGPT Theme?

Pink ChatGPT Theme adalah ekstensi Chrome yang dikembangkan oleh Kamila Yays, dan fitur utamanya adalah "Make ChatGPT look amazing!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Pink ChatGPT Theme

Unduh file ekstensi Pink ChatGPT Theme dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Pink ChatGPT Theme Pink ChatGPT Theme
ID lcoleoeabojfeokcbfgaafmdgnnjpmpo
URL Resmi https://chromewebstore.google.com/detail/pink-chatgpt-theme/lcoleoeabojfeokcbfgaafmdgnnjpmpo
Deskripsi Make ChatGPT look amazing!
Ukuran File 7.72 KB
Jumlah Instalasi 165
Versi Saat Ini 1
Terakhir Diperbarui 2023-08-07
Tanggal Publikasi 2023-08-07
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Kamila Yays
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}