ChatGPT - Auto-continue Generating

A simple extension that let ChatGPT to auto-continue generating text when the button appear.

O que é ChatGPT - Auto-continue Generating?

ChatGPT - Auto-continue Generating é uma extensão do Chrome desenvolvida por ChatGPT ext., e sua principal característica é "A simple extension that let ChatGPT to auto-continue generating text when the button appear.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ChatGPT - Auto-continue Generating

Baixe arquivos de extensão ChatGPT - Auto-continue Generating no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Unlock AI-powered creativity with our Chrome extension! This tool allows you to utilize ChatGPT to automatically generate and continue text, making your writing process more efficient and innovative. 

Perfect for content creators, bloggers, or anyone in need of a digital writing assistant. Enhance your writing today and explore limitless possibilities with our cutting-edge AI technology.                    

Informações Básicas da Extensão

Nome ChatGPT - Auto-continue Generating ChatGPT - Auto-continue Generating
ID jeeognbpmiokkoobpmoonkbjalbdeklf
URL Oficial https://chromewebstore.google.com/detail/chatgpt-auto-continue-gen/jeeognbpmiokkoobpmoonkbjalbdeklf
Descrição A simple extension that let ChatGPT to auto-continue generating text when the button appear.
Tamanho do Arquivo 26.96 KB
Contagem de Instalações 169
Versão Atual 1.0
Última Atualização 2023-07-09
Data de Publicação 2023-07-09
Desenvolvedor ChatGPT ext.
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT - Auto-continue Generating",
    "version": "1.0",
    "description": "A simple extension that let ChatGPT to auto-continue generating text when the button appear.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon128.png"
    }
}