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.

Co je Chatterclock — Track Your GPT-4 Messages?

Chatterclock — Track Your GPT-4 Messages je rozšíření Chrome vyvinuté Josh Staiger, a jeho hlavní funkcí je „A ChatGPT message counter that tracks the number of messages you have left under your GPT-4 message limit.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Chatterclock — Track Your GPT-4 Messages

Stáhněte si soubory rozšíření Chatterclock — Track Your GPT-4 Messages ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Chatterclock — Track Your GPT-4 Messages Chatterclock — Track Your GPT-4 Messages
ID mepflplnjbngmgakdefimlgbfpmhonoj
Oficiální URL https://chromewebstore.google.com/detail/chatterclock-%E2%80%94-track-your/mepflplnjbngmgakdefimlgbfpmhonoj
Popis A ChatGPT message counter that tracks the number of messages you have left under your GPT-4 message limit.
Velikost souboru 91.56 KB
Počet instalací 3,426
Aktuální Verze 1.24
Poslední Aktualizace 2024-02-18
Datum Vydání 2023-04-29
Hodnocení 4.11/5 Celkem 19 Hodnocení
Vývojář Josh Staiger
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}