ChatGPT - Auto-continue Generating

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

Hvad er ChatGPT - Auto-continue Generating?

ChatGPT - Auto-continue Generating er en Chrome-udvidelse udviklet af ChatGPT ext., og dens hovedfunktion er "A simple extension that let ChatGPT to auto-continue generating text when the button appear.".

Udvidelsesskærmbilleder

screenshot

Download ChatGPT - Auto-continue Generating-udvidelses-CRX-fil

Download ChatGPT - Auto-continue Generating-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ChatGPT - Auto-continue Generating ChatGPT - Auto-continue Generating
ID jeeognbpmiokkoobpmoonkbjalbdeklf
Officiel URL https://chromewebstore.google.com/detail/chatgpt-auto-continue-gen/jeeognbpmiokkoobpmoonkbjalbdeklf
Beskrivelse A simple extension that let ChatGPT to auto-continue generating text when the button appear.
Filstørrelse 26.96 KB
Antal Installationer 169
Nuværende Version 1.0
Senest Opdateret 2023-07-09
Udgivelsesdato 2023-07-09
Udvikler ChatGPT ext.
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}