Chat GPT Cyber/Matrix style
Style overlay for Chat GPT
什么是Chat GPT Cyber/Matrix style?
Chat GPT Cyber/Matrix style是由yevgeni.kabishcher开发的Chrome扩展程序,该扩展的主要功能是“Style overlay for Chat GPT”。
扩展截图
下载Chat GPT Cyber/Matrix style扩展crx文件
下载Chat GPT Cyber/Matrix style扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Chat GPT Cyber/Matrix style |
ID | phbmbagiakliejkkhmconlehoinjeenm |
官方URL | https://chromewebstore.google.com/detail/chat-gpt-cybermatrix-styl/phbmbagiakliejkkhmconlehoinjeenm |
简介 | Style overlay for Chat GPT |
文件大小 | 12.03 KB |
安装次数 | 659 |
当前版本 | 0.2 |
更新时间 | 2023-01-01 |
上架时间 | 2022-12-26 |
评分 | 4.20/5 共5次评分 |
开发者 | yevgeni.kabishcher |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } ] } |