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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Josh Staiger และคุณลักษณะหลักของมันคือ "A ChatGPT message counter that tracks the number of messages you have left under your GPT-4 message limit."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chatterclock — Track Your GPT-4 Messages

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}