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 |
Eメール | [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" ] } ] } |