ChatGPT - Auto-continue Generating

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

Was ist ChatGPT - Auto-continue Generating?

ChatGPT - Auto-continue Generating ist eine Chrome-Erweiterung, die von ChatGPT ext. entwickelt wurde, und ihr Hauptmerkmal ist "A simple extension that let ChatGPT to auto-continue generating text when the button appear.".

Erweiterungsscreenshots

screenshot

ChatGPT - Auto-continue Generating-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChatGPT - Auto-continue Generating-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ChatGPT - Auto-continue Generating ChatGPT - Auto-continue Generating
ID jeeognbpmiokkoobpmoonkbjalbdeklf
Offizielle URL https://chromewebstore.google.com/detail/chatgpt-auto-continue-gen/jeeognbpmiokkoobpmoonkbjalbdeklf
Beschreibung A simple extension that let ChatGPT to auto-continue generating text when the button appear.
Dateigröße 26.96 KB
Installationsanzahl 169
Aktuelle Version 1.0
Letztes Update 2023-07-09
Veröffentlichungsdatum 2023-07-09
Entwickler ChatGPT ext.
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}