Chat GPT Cyber/Matrix style

Style overlay for Chat GPT

Chat GPT Cyber/Matrix styleคืออะไร?

Chat GPT Cyber/Matrix style เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yevgeni.kabishcher และคุณลักษณะหลักของมันคือ "Style overlay for Chat GPT"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chat GPT Cyber/Matrix style

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
            ]
        }
    ]
}