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
公式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
Eメール [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\/*"
            ]
        }
    ]
}