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.
Was ist Chatterclock — Track Your GPT-4 Messages?
Chatterclock — Track Your GPT-4 Messages ist eine Chrome-Erweiterung, die von Josh Staiger entwickelt wurde, und ihr Hauptmerkmal ist "A ChatGPT message counter that tracks the number of messages you have left under your GPT-4 message limit.".
Erweiterungsscreenshots
Chatterclock — Track Your GPT-4 Messages-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chatterclock — Track Your GPT-4 Messages-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Chatterclock — Track Your GPT-4 Messages |
ID | mepflplnjbngmgakdefimlgbfpmhonoj |
Offizielle URL | https://chromewebstore.google.com/detail/chatterclock-%E2%80%94-track-your/mepflplnjbngmgakdefimlgbfpmhonoj |
Beschreibung | A ChatGPT message counter that tracks the number of messages you have left under your GPT-4 message limit. |
Dateigröße | 91.56 KB |
Installationsanzahl | 3,426 |
Aktuelle Version | 1.24 |
Letztes Update | 2024-02-18 |
Veröffentlichungsdatum | 2023-04-29 |
Bewertung | 4.11/5 Insgesamt 19 Bewertungen |
Entwickler | Josh Staiger |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |