Chat GPT Cyber/Matrix style
Style overlay for Chat GPT
Vad är Chat GPT Cyber/Matrix style?
Chat GPT Cyber/Matrix style är en Chrome-tillägg utvecklad av yevgeni.kabishcher, och dess huvudfunktion är "Style overlay for Chat GPT".
Tilläggsskärmbilder
Ladda ner Chat GPT Cyber/Matrix style-förlängningens CRX-fil
Ladda ner Chat GPT Cyber/Matrix style-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Chat GPT Cyber/Matrix style |
ID | phbmbagiakliejkkhmconlehoinjeenm |
Officiell webbadress | https://chromewebstore.google.com/detail/chat-gpt-cybermatrix-styl/phbmbagiakliejkkhmconlehoinjeenm |
Beskrivning | Style overlay for Chat GPT |
Filstorlek | 12.03 KB |
Antal Installationer | 659 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2023-01-01 |
Publiceringsdatum | 2022-12-26 |
Betyg | 4.20/5 Totalt 5 Betyg |
Utvecklare | yevgeni.kabishcher |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } ] } |