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.
Chatterclock — Track Your GPT-4 Messagesとは何ですか?
Chatterclock — Track Your GPT-4 MessagesはJosh Staigerによって開発されたChromeの拡張機能で、その主な機能は「A ChatGPT message counter that tracks the number of messages you have left under your GPT-4 message limit.」です。
拡張機能のスクリーンショット
Chatterclock — Track Your GPT-4 Messages拡張機能のCRXファイルをダウンロード
Chatterclock — Track Your GPT-4 Messages拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Chatterclock — Track Your GPT-4 Messages |
ID | mepflplnjbngmgakdefimlgbfpmhonoj |
公式URL | https://chromewebstore.google.com/detail/chatterclock-%E2%80%94-track-your/mepflplnjbngmgakdefimlgbfpmhonoj |
説明 | A ChatGPT message counter that tracks the number of messages you have left under your GPT-4 message limit. |
ファイルサイズ | 91.56 KB |
インストール数 | 3,426 |
現在のバージョン | 1.24 |
最終更新日 | 2024-02-18 |
公開日 | 2023-04-29 |
評価 | 4.11/5 合計 19 レビュー |
開発者 | Josh Staiger |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |