ChatGPT - Auto-continue Generating

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

Vad är ChatGPT - Auto-continue Generating?

ChatGPT - Auto-continue Generating är en Chrome-tillägg utvecklad av ChatGPT ext., och dess huvudfunktion är "A simple extension that let ChatGPT to auto-continue generating text when the button appear.".

Tilläggsskärmbilder

screenshot

Ladda ner ChatGPT - Auto-continue Generating-förlängningens CRX-fil

Ladda ner ChatGPT - Auto-continue Generating-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn ChatGPT - Auto-continue Generating ChatGPT - Auto-continue Generating
ID jeeognbpmiokkoobpmoonkbjalbdeklf
Officiell webbadress https://chromewebstore.google.com/detail/chatgpt-auto-continue-gen/jeeognbpmiokkoobpmoonkbjalbdeklf
Beskrivning A simple extension that let ChatGPT to auto-continue generating text when the button appear.
Filstorlek 26.96 KB
Antal Installationer 169
Aktuell Version 1.0
Senast Uppdaterad 2023-07-09
Publiceringsdatum 2023-07-09
Utvecklare ChatGPT ext.
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}