ChatGPT AutoClick Continue
ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It…
Apa itu ChatGPT AutoClick Continue?
ChatGPT AutoClick Continue adalah ekstensi Chrome yang dikembangkan oleh Kubaplay, dan fitur utamanya adalah "ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ChatGPT AutoClick Continue
Unduh file ekstensi ChatGPT AutoClick Continue dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | ChatGPT AutoClick Continue |
ID | kileclbhcahhiijhmfoghdbplnehhdnb |
URL Resmi | https://chromewebstore.google.com/detail/chatgpt-autoclick-continu/kileclbhcahhiijhmfoghdbplnehhdnb |
Deskripsi | ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It… |
Ukuran File | 46.5 KB |
Jumlah Instalasi | 59 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-06-13 |
Tanggal Publikasi | 2023-06-10 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Kubaplay |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |