Chat GPT Cyber/Matrix style

Style overlay for Chat GPT

Co je Chat GPT Cyber/Matrix style?

Chat GPT Cyber/Matrix style je rozšíření Chrome vyvinuté yevgeni.kabishcher, a jeho hlavní funkcí je „Style overlay for Chat GPT“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Chat GPT Cyber/Matrix style

Stáhněte si soubory rozšíření Chat GPT Cyber/Matrix style ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Chat GPT Cyber/Matrix style Chat GPT Cyber/Matrix style
ID phbmbagiakliejkkhmconlehoinjeenm
Oficiální URL https://chromewebstore.google.com/detail/chat-gpt-cybermatrix-styl/phbmbagiakliejkkhmconlehoinjeenm
Popis Style overlay for Chat GPT
Velikost souboru 12.03 KB
Počet instalací 659
Aktuální Verze 0.2
Poslední Aktualizace 2023-01-01
Datum Vydání 2022-12-26
Hodnocení 4.20/5 Celkem 5 Hodnocení
Vývojář yevgeni.kabishcher
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
            ]
        }
    ]
}