ChatGPT AutoClick Continue

ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It…

Cos'è ChatGPT AutoClick Continue?

ChatGPT AutoClick Continue è un'estensione di Chrome sviluppata da Kubaplay, e la sua funzione principale è "ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ChatGPT AutoClick Continue

Scarica i file di estensione ChatGPT AutoClick Continue in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It simplifies the process of interacting with ChatGPT by eliminating the need for manual clicking on this button. It automatically clicks the 'Continue' button when you ask ChatGPT about code or text that exceeds the character limit.                    

Informazioni di Base sull'Estensione

Nome ChatGPT AutoClick Continue ChatGPT AutoClick Continue
ID kileclbhcahhiijhmfoghdbplnehhdnb
URL Ufficiale https://chromewebstore.google.com/detail/chatgpt-autoclick-continu/kileclbhcahhiijhmfoghdbplnehhdnb
Descrizione ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It…
Dimensione del File 46.5 KB
Conteggio Installazioni 59
Versione Corrente 1.0
Ultimo Aggiornamento 2023-06-13
Data di Pubblicazione 2023-06-10
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Kubaplay
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT AutoClick Continue",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/chat.openai.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}