Chat GPT Cyber/Matrix style

Style overlay for Chat GPT

Chat GPT Cyber/Matrix style là gì?

Chat GPT Cyber/Matrix style là một tiện ích mở rộng Chrome được phát triển bởi yevgeni.kabishcher, và tính năng chính của nó là "Style overlay for Chat GPT".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chat GPT Cyber/Matrix style

Tải xuống các tệp mở rộng Chat GPT Cyber/Matrix style dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chat GPT Cyber/Matrix style Chat GPT Cyber/Matrix style
ID phbmbagiakliejkkhmconlehoinjeenm
URL Chính Thức https://chromewebstore.google.com/detail/chat-gpt-cybermatrix-styl/phbmbagiakliejkkhmconlehoinjeenm
Mô tả Style overlay for Chat GPT
Kích Thước Tệp 12.03 KB
Số Lần Cài Đặt 659
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2023-01-01
Ngày Phát Hành 2022-12-26
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển yevgeni.kabishcher
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}