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 |
电子邮箱 | [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" } } |