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.

¿Qué es KeepChatGPT - Enable ChatGPT to chat smooth?

KeepChatGPT - Enable ChatGPT to chat smooth es una extensión de Chrome desarrollada por jojo hq, y su función principal es "A tool enables ChatGPT to chat smoothly, never experiencing network errors again, and no need to refresh the webpage anymore.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión KeepChatGPT - Enable ChatGPT to chat smooth

Descarga archivos de extensión KeepChatGPT - Enable ChatGPT to chat smooth en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre KeepChatGPT - Enable ChatGPT to chat smooth KeepChatGPT - Enable ChatGPT to chat smooth
ID aidjbcadkohfjgbikjiechlafmiifpfm
URL Oficial https://chromewebstore.google.com/detail/keepchatgpt-enable-chatgp/aidjbcadkohfjgbikjiechlafmiifpfm
Descripción A tool enables ChatGPT to chat smoothly, never experiencing network errors again, and no need to refresh the webpage anymore.
Tamaño del Archivo 553 KB
Cantidad de Instalaciones 3,251
Versión Actual 1.0.1
Última Actualización 2023-04-27
Fecha de Publicación 2023-04-25
Calificación 1.80/5 Total de 5 Calificaciones
Desarrollador jojo hq
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://keep-chatgpt.extensionsfox.com/privacy
Idiomas Soportados 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'"
    }
}