ChatGPT AutoClick Continue

ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It…

O que é ChatGPT AutoClick Continue?

ChatGPT AutoClick Continue é uma extensão do Chrome desenvolvida por Kubaplay, e sua principal característica é "ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ChatGPT AutoClick Continue

Baixe arquivos de extensão ChatGPT AutoClick Continue 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

                        ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It simplifies the process of interacting with ChatGPT by eliminating the need for manual clicking on this button. It automatically clicks the 'Continue' button when you ask ChatGPT about code or text that exceeds the character limit.                    

Informações Básicas da Extensão

Nome ChatGPT AutoClick Continue ChatGPT AutoClick Continue
ID kileclbhcahhiijhmfoghdbplnehhdnb
URL Oficial https://chromewebstore.google.com/detail/chatgpt-autoclick-continu/kileclbhcahhiijhmfoghdbplnehhdnb
Descrição ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It…
Tamanho do Arquivo 46.5 KB
Contagem de Instalações 59
Versão Atual 1.0
Última Atualização 2023-06-13
Data de Publicação 2023-06-10
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Kubaplay
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT AutoClick Continue",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/chat.openai.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}