ChatGPT AutoClick Continue

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

Co je ChatGPT AutoClick Continue?

ChatGPT AutoClick Continue je rozšíření Chrome vyvinuté Kubaplay, a jeho hlavní funkcí je „ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ChatGPT AutoClick Continue

Stáhněte si soubory rozšíření ChatGPT AutoClick Continue ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název ChatGPT AutoClick Continue ChatGPT AutoClick Continue
ID kileclbhcahhiijhmfoghdbplnehhdnb
Oficiální URL https://chromewebstore.google.com/detail/chatgpt-autoclick-continu/kileclbhcahhiijhmfoghdbplnehhdnb
Popis ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It…
Velikost souboru 46.5 KB
Počet instalací 59
Aktuální Verze 1.0
Poslední Aktualizace 2023-06-13
Datum Vydání 2023-06-10
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Kubaplay
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}