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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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:\/\/*\/*"
    ]
}