Chatterclock — Track Your GPT-4 Messages
A ChatGPT message counter that tracks the number of messages you have left under your GPT-4 message limit.
Cos'è Chatterclock — Track Your GPT-4 Messages?
Chatterclock — Track Your GPT-4 Messages è un'estensione di Chrome sviluppata da Josh Staiger, e la sua funzione principale è "A ChatGPT message counter that tracks the number of messages you have left under your GPT-4 message limit.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chatterclock — Track Your GPT-4 Messages
Scarica i file di estensione Chatterclock — Track Your GPT-4 Messages in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
OpenAI has a limit of 40 GPT-4 messages you can send every three hours (or 100 for team accounts), but the ChatGPT UI doesn’t show how many messages you’ve used. This extension keeps track of how many messages you’ve used and have left. It shows this as a badge on the extension icon, and also tells you when you’ll get more messages. The extension automatically tracks changes to the OpenAI limit and adjusts accordingly. If you are a member of one or more team workspaces then it tracks the count for each team workspace, separate from your personal account.
Informazioni di Base sull'Estensione
Nome | Chatterclock — Track Your GPT-4 Messages |
ID | mepflplnjbngmgakdefimlgbfpmhonoj |
URL Ufficiale | https://chromewebstore.google.com/detail/chatterclock-%E2%80%94-track-your/mepflplnjbngmgakdefimlgbfpmhonoj |
Descrizione | A ChatGPT message counter that tracks the number of messages you have left under your GPT-4 message limit. |
Dimensione del File | 91.56 KB |
Conteggio Installazioni | 3,426 |
Versione Corrente | 1.24 |
Ultimo Aggiornamento | 2024-02-18 |
Data di Pubblicazione | 2023-04-29 |
Valutazione | 4.11/5 Totale 19 Valutazioni |
Sviluppatore | Josh Staiger |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chatterclock \u2014 Track Your GPT-4 Messages", "version": "1.24", "description": "A ChatGPT message counter that tracks the number of messages you have left under your GPT-4 message limit.", "action": { "default_popup": "popup.html", "default_icon": { "128": "cc128.png" } }, "permissions": [ "storage", "webRequest", "alarms" ], "host_permissions": [ "*:\/\/chat.openai.com\/*" ], "background": { "service_worker": "background.js" }, "icons": { "128": "cc128.png" } } |