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.

Vad är KeepChatGPT - Enable ChatGPT to chat smooth?

KeepChatGPT - Enable ChatGPT to chat smooth är en Chrome-tillägg utvecklad av jojo hq, och dess huvudfunktion är "A tool enables ChatGPT to chat smoothly, never experiencing network errors again, and no need to refresh the webpage anymore.".

Tilläggsskärmbilder

screenshot

Ladda ner KeepChatGPT - Enable ChatGPT to chat smooth-förlängningens CRX-fil

Ladda ner KeepChatGPT - Enable ChatGPT to chat smooth-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn KeepChatGPT - Enable ChatGPT to chat smooth KeepChatGPT - Enable ChatGPT to chat smooth
ID aidjbcadkohfjgbikjiechlafmiifpfm
Officiell webbadress https://chromewebstore.google.com/detail/keepchatgpt-enable-chatgp/aidjbcadkohfjgbikjiechlafmiifpfm
Beskrivning A tool enables ChatGPT to chat smoothly, never experiencing network errors again, and no need to refresh the webpage anymore.
Filstorlek 553 KB
Antal Installationer 3,251
Aktuell Version 1.0.1
Senast Uppdaterad 2023-04-27
Publiceringsdatum 2023-04-25
Betyg 1.80/5 Totalt 5 Betyg
Utvecklare jojo hq
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://keep-chatgpt.extensionsfox.com/privacy
Stödda Språk 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'"
    }
}