Chat GPT Cyber/Matrix style
Style overlay for Chat GPT
Qu'est-ce que Chat GPT Cyber/Matrix style ?
Chat GPT Cyber/Matrix style est une extension Chrome développée par yevgeni.kabishcher, et sa fonction principale est "Style overlay for Chat GPT".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chat GPT Cyber/Matrix style
Téléchargez les fichiers d'extension Chat GPT Cyber/Matrix style au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Chat GPT Cyber/Matrix style |
ID | phbmbagiakliejkkhmconlehoinjeenm |
URL Officiel | https://chromewebstore.google.com/detail/chat-gpt-cybermatrix-styl/phbmbagiakliejkkhmconlehoinjeenm |
Description | Style overlay for Chat GPT |
Taille du Fichier | 12.03 KB |
Nombre d'Installations | 659 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2023-01-01 |
Date de Publication | 2022-12-26 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | yevgeni.kabishcher |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |