ChatGPT AutoContinuer

ChatGPT AutoContinuer automates your conversation by clicking "Continue generating" button for you.

What is ChatGPT AutoContinuer?

ChatGPT AutoContinuer is a Chrome extension developed by punkshiraishi, and its main feature is "ChatGPT AutoContinuer automates your conversation by clicking "Continue generating" button for you.".

Extension Screenshots

screenshot

Download ChatGPT AutoContinuer Extension CRX File

Download ChatGPT AutoContinuer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ChatGPT AutoContinuer automates your conversation by clicking "Continue generating" button for you.

The "Continue generating" button function of ChatGPT is useful, but it becomes even more convenient when even that click is automated.                    

Extension Basic Information

Name ChatGPT AutoContinuer ChatGPT AutoContinuer
ID plmdeeladmaofbgigihgnnjmfkhkbfhh
Official URL https://chromewebstore.google.com/detail/chatgpt-autocontinuer/plmdeeladmaofbgigihgnnjmfkhkbfhh
Description ChatGPT AutoContinuer automates your conversation by clicking "Continue generating" button for you.
File Size 10.28 KB
Installation Count 54
Current Version 0.0.1
Last Updated 2023-05-19
Publish Date 2023-05-19
Developer punkshiraishi
Email [email protected]
Payment Type free
Extension Website https://github.com/punkshiraishi/chatgpt-auto-continuer
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT AutoContinuer",
    "description": "ChatGPT AutoContinuer automates your conversation by clicking \"Continue generating\" button for you.",
    "version": "0.0.1",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ]
}