Pink ChatGPT Theme

Make ChatGPT look amazing!

O que é Pink ChatGPT Theme?

Pink ChatGPT Theme é uma extensão do Chrome desenvolvida por Kamila Yays, e sua principal característica é "Make ChatGPT look amazing!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Pink ChatGPT Theme

Baixe arquivos de extensão Pink ChatGPT Theme no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Pink ChatGPT Theme Pink ChatGPT Theme
ID lcoleoeabojfeokcbfgaafmdgnnjpmpo
URL Oficial https://chromewebstore.google.com/detail/pink-chatgpt-theme/lcoleoeabojfeokcbfgaafmdgnnjpmpo
Descrição Make ChatGPT look amazing!
Tamanho do Arquivo 7.72 KB
Contagem de Instalações 165
Versão Atual 1
Última Atualização 2023-08-07
Data de Publicação 2023-08-07
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Kamila Yays
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}