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.

Apa itu Chatterclock — Track Your GPT-4 Messages?

Chatterclock — Track Your GPT-4 Messages adalah ekstensi Chrome yang dikembangkan oleh Josh Staiger, dan fitur utamanya adalah "A ChatGPT message counter that tracks the number of messages you have left under your GPT-4 message limit.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chatterclock — Track Your GPT-4 Messages

Unduh file ekstensi Chatterclock — Track Your GPT-4 Messages dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Chatterclock — Track Your GPT-4 Messages Chatterclock — Track Your GPT-4 Messages
ID mepflplnjbngmgakdefimlgbfpmhonoj
URL Resmi https://chromewebstore.google.com/detail/chatterclock-%E2%80%94-track-your/mepflplnjbngmgakdefimlgbfpmhonoj
Deskripsi A ChatGPT message counter that tracks the number of messages you have left under your GPT-4 message limit.
Ukuran File 91.56 KB
Jumlah Instalasi 3,426
Versi Saat Ini 1.24
Terakhir Diperbarui 2024-02-18
Tanggal Publikasi 2023-04-29
Penilaian 4.11/5 Total 19 Penilaian
Pengembang Josh Staiger
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}