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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kubaplay, και η κύρια λειτουργία του είναι "ChatGPT AutoClick Continue is a browser extension that automatically clicks on the 'Continue' button on the ChatGPT website. It…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ChatGPT AutoClick Continue
Λήψη αρχείων επέκτασης 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" ] } ] } |