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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool enables ChatGPT to chat smoothly, never experiencing network errors again, and no need to refresh the webpage anymore."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में KeepChatGPT - Enable ChatGPT to chat smooth एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
    }
}