ChatGPT AutoClick Continue
ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It…
What is ChatGPT AutoClick Continue?
ChatGPT AutoClick Continue is a Chrome extension developed by Kubaplay, and its main feature is "ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It…".
Extension Screenshots
Download ChatGPT AutoClick Continue Extension CRX File
Download ChatGPT AutoClick Continue extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ChatGPT AutoClick Continue |
ID | kileclbhcahhiijhmfoghdbplnehhdnb |
Official URL | 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… |
File Size | 46.5 KB |
Installation Count | 59 |
Current Version | 1.0 |
Last Updated | 2023-06-13 |
Publish Date | 2023-06-10 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Kubaplay |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |