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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
            ]
        }
    ]
}