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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jojo hq และคุณลักษณะหลักของมันคือ "A tool enables ChatGPT to chat smoothly, never experiencing network errors again, and no need to refresh the webpage anymore."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KeepChatGPT - Enable ChatGPT to chat smooth

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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'"
    }
}