ChatGPT - Auto-continue Generating

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

What is ChatGPT - Auto-continue Generating?

ChatGPT - Auto-continue Generating is a Chrome extension developed by ChatGPT ext., and its main feature is "A simple extension that let ChatGPT to auto-continue generating text when the button appear.".

Extension Screenshots

screenshot

Download ChatGPT - Auto-continue Generating Extension CRX File

Download ChatGPT - Auto-continue Generating 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

                        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.                    

Extension Basic Information

Name ChatGPT - Auto-continue Generating ChatGPT - Auto-continue Generating
ID jeeognbpmiokkoobpmoonkbjalbdeklf
Official URL https://chromewebstore.google.com/detail/chatgpt-auto-continue-gen/jeeognbpmiokkoobpmoonkbjalbdeklf
Description A simple extension that let ChatGPT to auto-continue generating text when the button appear.
File Size 26.96 KB
Installation Count 169
Current Version 1.0
Last Updated 2023-07-09
Publish Date 2023-07-09
Developer ChatGPT ext.
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}