Keep ChatGPT

Keep ChatGPT online, make it never expire

Keep ChatGPT là gì?

Keep ChatGPT là một tiện ích mở rộng Chrome được phát triển bởi boykeodang, và tính năng chính của nó là "Keep ChatGPT online, make it never expire".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Keep ChatGPT

Tải xuống các tệp mở rộng Keep ChatGPT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Keep ChatGPT Keep ChatGPT
ID kgcajeffmijoigbeieilhhapjhdcifkc
URL Chính Thức https://chromewebstore.google.com/detail/keep-chatgpt/kgcajeffmijoigbeieilhhapjhdcifkc
Mô tả Keep ChatGPT online, make it never expire
Kích Thước Tệp 110 KB
Số Lần Cài Đặt 165
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2023-05-18
Ngày Phát Hành 2023-05-18
Nhà Phát Triển boykeodang
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/goddie9x
URL Trang Trợ Giúp https://github.com/goddie9x
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}