ChatGPT AutoClick Continue

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

Qu'est-ce que ChatGPT AutoClick Continue ?

ChatGPT AutoClick Continue est une extension Chrome développée par Kubaplay, et sa fonction principale est "ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ChatGPT AutoClick Continue

Téléchargez les fichiers d'extension ChatGPT AutoClick Continue au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ChatGPT AutoClick Continue ChatGPT AutoClick Continue
ID kileclbhcahhiijhmfoghdbplnehhdnb
URL Officiel https://chromewebstore.google.com/detail/chatgpt-autoclick-continu/kileclbhcahhiijhmfoghdbplnehhdnb
Description ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It…
Taille du Fichier 46.5 KB
Nombre d'Installations 59
Version Actuelle 1.0
Dernière Mise à Jour 2023-06-13
Date de Publication 2023-06-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur Kubaplay
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}