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.”。
擴展截圖
下載KeepChatGPT - Enable ChatGPT to chat smooth擴展crx文件
下載KeepChatGPT - Enable ChatGPT to chat smooth擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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                     擴展基本資訊
| 名稱 |   |  
| ID | aidjbcadkohfjgbikjiechlafmiifpfm | 
| 官方網址 | 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": [
                "  |  |