Chat GPT Cyber/Matrix style
Style overlay for Chat GPT
Cos'è Chat GPT Cyber/Matrix style?
Chat GPT Cyber/Matrix style è un'estensione di Chrome sviluppata da yevgeni.kabishcher, e la sua funzione principale è "Style overlay for Chat GPT".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chat GPT Cyber/Matrix style
Scarica i file di estensione Chat GPT Cyber/Matrix style in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Chat GPT Cyber/Matrix style |
ID | phbmbagiakliejkkhmconlehoinjeenm |
URL Ufficiale | https://chromewebstore.google.com/detail/chat-gpt-cybermatrix-styl/phbmbagiakliejkkhmconlehoinjeenm |
Descrizione | Style overlay for Chat GPT |
Dimensione del File | 12.03 KB |
Conteggio Installazioni | 659 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2023-01-01 |
Data di Pubblicazione | 2022-12-26 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | yevgeni.kabishcher |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |