NOT OFFICAL Chat GPT Chrome

NOT OFFICAL Chat GPT for Google Chrome extension

ما هو NOT OFFICAL Chat GPT Chrome؟

NOT OFFICAL Chat GPT Chrome هو إضافة Chrome تم تطويرها بواسطة Ali Kaan BAŞHAN، والميزة الرئيسية لها هي "NOT OFFICAL Chat GPT for Google Chrome extension".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة NOT OFFICAL Chat GPT Chrome

قم بتنزيل ملفات الامتداد NOT OFFICAL Chat GPT Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Chat GPT Chrome , you can use chat gpt on google chrome browser. For use this extension just click the extension icon and this extension will connect to chat gpt. You can use chat gpt with this extension. Actuallly this extension open the chat gpt in popup area.                    

معلومات أساسية عن التمديد

الاسم NOT OFFICAL Chat GPT Chrome NOT OFFICAL Chat GPT Chrome
ID jfhkkohmdboppgpgikfogaipnkfkapdp
عنوان URL الرسمي https://chromewebstore.google.com/detail/not-offical-chat-gpt-chro/jfhkkohmdboppgpgikfogaipnkfkapdp
الوصف NOT OFFICAL Chat GPT for Google Chrome extension
حجم الملف 45.36 KB
عدد التثبيتات 517
النسخة الحالية 1.1
آخر تحديث 2023-05-06
تاريخ النشر 2023-02-26
المطور Ali Kaan BAŞHAN
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "hello.png",
            "38": "hello.png",
            "48": "hello.png",
            "128": "hello.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "popup\/index.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/api\/auth\/session"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "NOT OFFICAL Chat GPT for Google Chrome extension",
    "icons": {
        "16": "hello.png",
        "32": "hello.png",
        "48": "hello.png",
        "128": "hello.png"
    },
    "manifest_version": 3,
    "name": "NOT OFFICAL Chat GPT Chrome",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}