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
Eメール [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:\/\/*\/*"
    ]
}