Chat GPT Cyber/Matrix style

Style overlay for Chat GPT

¿Qué es Chat GPT Cyber/Matrix style?

Chat GPT Cyber/Matrix style es una extensión de Chrome desarrollada por yevgeni.kabishcher, y su función principal es "Style overlay for Chat GPT".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Chat GPT Cyber/Matrix style

Descarga archivos de extensión Chat GPT Cyber/Matrix style en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Chat GPT Cyber/Matrix style Chat GPT Cyber/Matrix style
ID phbmbagiakliejkkhmconlehoinjeenm
URL Oficial https://chromewebstore.google.com/detail/chat-gpt-cybermatrix-styl/phbmbagiakliejkkhmconlehoinjeenm
Descripción Style overlay for Chat GPT
Tamaño del Archivo 12.03 KB
Cantidad de Instalaciones 659
Versión Actual 0.2
Última Actualización 2023-01-01
Fecha de Publicación 2022-12-26
Calificación 4.20/5 Total de 5 Calificaciones
Desarrollador yevgeni.kabishcher
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/*"
            ]
        }
    ]
}