ChatGPT AutoClick Continue
ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It…
什么是ChatGPT AutoClick Continue?
ChatGPT AutoClick Continue是由Kubaplay开发的Chrome扩展程序,该扩展的主要功能是“ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It…”。
扩展截图
下载ChatGPT AutoClick Continue扩展crx文件
下载ChatGPT AutoClick Continue扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | ChatGPT AutoClick Continue |
ID | kileclbhcahhiijhmfoghdbplnehhdnb |
官方URL | https://chromewebstore.google.com/detail/chatgpt-autoclick-continu/kileclbhcahhiijhmfoghdbplnehhdnb |
简介 | ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It… |
文件大小 | 46.5 KB |
安装次数 | 59 |
当前版本 | 1.0 |
更新时间 | 2023-06-13 |
上架时间 | 2023-06-10 |
评分 | 5.00/5 共2次评分 |
开发者 | Kubaplay |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } ] } |