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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A ChatGPT message counter that tracks the number of messages you have left under your GPT-4 message limit."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chatterclock — Track Your GPT-4 Messages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}