Chat GPT Cyber/Matrix style

Style overlay for Chat GPT

O que é Chat GPT Cyber/Matrix style?

Chat GPT Cyber/Matrix style é uma extensão do Chrome desenvolvida por yevgeni.kabishcher, e sua principal característica é "Style overlay for Chat GPT".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chat GPT Cyber/Matrix style

Baixe arquivos de extensão Chat GPT Cyber/Matrix style 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

                        Want more from your chat experience with Chat GPT?

This extension will allow you to have a unique experience with the style overlay you want.
No worries, you can easily switch between the styles and bring back the original.
No information is being used or sent to anyone, it's just a style overlay.

Version 0.2:
* Enable/Disable matrix style

Developer: Yevgeni Kabisher                    

Informações Básicas da Extensão

Nome Chat GPT Cyber/Matrix style Chat GPT Cyber/Matrix style
ID phbmbagiakliejkkhmconlehoinjeenm
URL Oficial https://chromewebstore.google.com/detail/chat-gpt-cybermatrix-styl/phbmbagiakliejkkhmconlehoinjeenm
Descrição Style overlay for Chat GPT
Tamanho do Arquivo 12.03 KB
Contagem de Instalações 659
Versão Atual 0.2
Última Atualização 2023-01-01
Data de Publicação 2022-12-26
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor yevgeni.kabishcher
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chat GPT Cyber\/Matrix style",
    "description": "Style overlay for Chat GPT",
    "version": "0.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "matrix.css"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "stylescript.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        },
        {
            "js": [
                "popup.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ]
}