Keep ChatGPT

Keep ChatGPT online, make it never expire

什么是Keep ChatGPT?

Keep ChatGPT是由boykeodang开发的Chrome扩展程序,该扩展的主要功能是“Keep ChatGPT online, make it never expire”。

扩展截图

screenshot

下载Keep ChatGPT扩展crx文件

下载Keep ChatGPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
帮助页面URL 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:\/\/*\/*"
    ]
}