Chat GPT Cyber/Matrix style
Style overlay for Chat GPT
Wat is Chat GPT Cyber/Matrix style?
Chat GPT Cyber/Matrix style is een Chrome-extensie ontwikkeld door yevgeni.kabishcher, en de belangrijkste functie is "Style overlay for Chat GPT".
Extensie Screenshots
Download het CRX-bestand van de extensie Chat GPT Cyber/Matrix style
Download Chat GPT Cyber/Matrix style-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Chat GPT Cyber/Matrix style |
ID | phbmbagiakliejkkhmconlehoinjeenm |
Officiële URL | https://chromewebstore.google.com/detail/chat-gpt-cybermatrix-styl/phbmbagiakliejkkhmconlehoinjeenm |
Beschrijving | Style overlay for Chat GPT |
Bestandsgrootte | 12.03 KB |
Aantal Installaties | 659 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2023-01-01 |
Publicatiedatum | 2022-12-26 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | yevgeni.kabishcher |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |