KeepChatGPT - Enable ChatGPT to chat smooth

A tool enables ChatGPT to chat smoothly, never experiencing network errors again, and no need to refresh the webpage anymore.

KeepChatGPT - Enable ChatGPT to chat smooth란 무엇입니까?

KeepChatGPT - Enable ChatGPT to chat smooth은(는) jojo hq에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool enables ChatGPT to chat smoothly, never experiencing network errors again, and no need to refresh the webpage anymore."입니다.

확장 프로그램 스크린샷

screenshot

KeepChatGPT - Enable ChatGPT to chat smooth 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        FEATURE

- Resolved error: NetworkError when attempting to fetch resource.
- Resolved error: Something went wrong. If this issue persists please contact us through our help center at help.openai.com.
- Resolved error: Conversation not found
- Cancel audit: This content may violate our content policy. If you believe this to be in error, please submit your feedback — your input will aid our research in this area.
- Resolved frequent interruptions during communication
- Resolved frequent webpage refreshing
- Resolved the issue of accidentally copying user avatars                    

확장 프로그램 기본 정보

이름 KeepChatGPT - Enable ChatGPT to chat smooth KeepChatGPT - Enable ChatGPT to chat smooth
ID aidjbcadkohfjgbikjiechlafmiifpfm
공식 URL https://chromewebstore.google.com/detail/keepchatgpt-enable-chatgp/aidjbcadkohfjgbikjiechlafmiifpfm
설명 A tool enables ChatGPT to chat smoothly, never experiencing network errors again, and no need to refresh the webpage anymore.
파일 크기 553 KB
설치 횟수 3,251
현재 버전 1.0.1
최근 업데이트 2023-04-27
출시 날짜 2023-04-25
평점 1.80/5 총 5 개의 평점
개발자 jojo hq
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://keep-chatgpt.extensionsfox.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.0.1",
    "homepage_url": "https:\/\/keep-chatgpt.extensionsfox.com\/",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [],
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ],
            "css": [
                ".\/dist\/contentScripts\/style.css"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}