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”。

擴展截圖

screenshot

下載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 Chat GPT Cyber/Matrix style
ID phbmbagiakliejkkhmconlehoinjeenm
官方網址 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\/*"
            ]
        }
    ]
}