Chat GPT Cyber/Matrix style
Style overlay for Chat GPT
Co to jest Chat GPT Cyber/Matrix style?
Chat GPT Cyber/Matrix style to rozszerzenie Chrome opracowane przez yevgeni.kabishcher, a jego główną funkcją jest „Style overlay for Chat GPT”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chat GPT Cyber/Matrix style
Pobierz pliki rozszerzeń Chat GPT Cyber/Matrix style w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Chat GPT Cyber/Matrix style |
ID | phbmbagiakliejkkhmconlehoinjeenm |
Oficjalny URL | https://chromewebstore.google.com/detail/chat-gpt-cybermatrix-styl/phbmbagiakliejkkhmconlehoinjeenm |
Opis | Style overlay for Chat GPT |
Rozmiar pliku | 12.03 KB |
Liczba instalacji | 659 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2023-01-01 |
Data Publikacji | 2022-12-26 |
Ocena | 4.20/5 Łącznie 5 Oceny |
Deweloper | yevgeni.kabishcher |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } ] } |