Keep ChatGPT

Keep ChatGPT online, make it never expire

Wat is Keep ChatGPT?

Keep ChatGPT is een Chrome-extensie ontwikkeld door boykeodang, en de belangrijkste functie is "Keep ChatGPT online, make it never expire".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Keep ChatGPT

Download Keep ChatGPT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Keep ChatGPT Keep ChatGPT
ID kgcajeffmijoigbeieilhhapjhdcifkc
Officiële URL https://chromewebstore.google.com/detail/keep-chatgpt/kgcajeffmijoigbeieilhhapjhdcifkc
Beschrijving Keep ChatGPT online, make it never expire
Bestandsgrootte 110 KB
Aantal Installaties 165
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2023-05-18
Publicatiedatum 2023-05-18
Ontwikkelaar boykeodang
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/goddie9x
Help Pagina-URL https://github.com/goddie9x
Ondersteunde Talen 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:\/\/*\/*"
    ]
}