Keep ChatGPT

Keep ChatGPT online, make it never expire

Cos'è Keep ChatGPT?

Keep ChatGPT è un'estensione di Chrome sviluppata da boykeodang, e la sua funzione principale è "Keep ChatGPT online, make it never expire".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Keep ChatGPT

Scarica i file di estensione Keep ChatGPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Keep ChatGPT Keep ChatGPT
ID kgcajeffmijoigbeieilhhapjhdcifkc
URL Ufficiale https://chromewebstore.google.com/detail/keep-chatgpt/kgcajeffmijoigbeieilhhapjhdcifkc
Descrizione Keep ChatGPT online, make it never expire
Dimensione del File 110 KB
Conteggio Installazioni 165
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2023-05-18
Data di Pubblicazione 2023-05-18
Sviluppatore boykeodang
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/goddie9x
URL della Pagina di Aiuto https://github.com/goddie9x
Lingue Supportate 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:\/\/*\/*"
    ]
}