Keep ChatGPT

Keep ChatGPT online, make it never expire

ما هو Keep ChatGPT؟

Keep ChatGPT هو إضافة Chrome تم تطويرها بواسطة boykeodang، والميزة الرئيسية لها هي "Keep ChatGPT online, make it never expire".

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

screenshot

تحميل ملف CRX للإضافة Keep ChatGPT

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

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

                        When you do not interact with ChatGPT for a long time,
You must be reloading chat page (sometimes It force you to login again)
It's a bad experience.
So I created this extension to keep all tabs what open for ChatGPT alive. It solves the problem above.                    

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

الاسم Keep ChatGPT Keep ChatGPT
ID kgcajeffmijoigbeieilhhapjhdcifkc
عنوان URL الرسمي https://chromewebstore.google.com/detail/keep-chatgpt/kgcajeffmijoigbeieilhhapjhdcifkc
الوصف Keep ChatGPT online, make it never expire
حجم الملف 110 KB
عدد التثبيتات 165
النسخة الحالية 0.0.0.3
آخر تحديث 2023-05-18
تاريخ النشر 2023-05-18
المطور boykeodang
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/goddie9x
عنوان صفحة المساعدة https://github.com/goddie9x
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keep ChatGPT",
    "description": "Keep ChatGPT online, make it never expire",
    "version": "0.0.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "192": "\/images\/icon-192.png"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/icon-16.png",
            "32": "\/images\/icon-32.png",
            "48": "\/images\/icon-48.png",
            "128": "\/images\/icon-192.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "webRequest",
        "ws:\/\/*\/*",
        "wss:\/\/*\/*"
    ]
}