git404hub

what is usagechatgpt fr?

spendinfr/usagechatgpt — explained in plain English

Analysis updated 2026-05-18

0JavaScriptAudience · generalComplexity · 2/5Setup · easy

tl;dr

A browser extension that estimates how close an open ChatGPT conversation is to its length limit, using an experimental local calculation.

vibe map

mindmap
  root((usage-chatgpt))
    What it does
      Estimates conversation length limit
      Effective load calculation
      Detects maximum length warning
    Tech stack
      JavaScript
      Manifest V3
    Use cases
      Watch a long ChatGPT chat approach its limit
      Check plan specific usage thresholds
      Copy diagnostic stats without chat text
    Audience
      ChatGPT power users
      Developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Get a rough warning before a ChatGPT conversation hits its practical length limit.

VIBE 2

See a breakdown of message counts and estimated tokens for a conversation.

VIBE 3

Copy diagnostic statistics for a conversation without exposing the chat text.

VIBE 4

Compare usage thresholds across Free, Plus, and Pro ChatGPT plans.

what's the stack?

JavaScriptManifest V3

how it stacks up fr

spendinfr/usagechatgpt00kaku/gallery-slider-block0xkinno/vellum
Stars00
LanguageJavaScriptJavaScriptJavaScript
Last pushed2021-05-19
MaintenanceDormant
Setup difficultyeasyeasyhard
Complexity2/52/54/5
Audiencegeneralgeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Load as an unpacked extension in Chrome or Edge developer mode, no build step needed.

The README does not state license terms.

in plain english

ChatGPT Conversation Usage is a small browser extension that tries to estimate how close an open ChatGPT conversation is to hitting its practical length limit. It works directly on a chatgpt.com conversation page, so there is no need for developer tools, exported files, or a separate script or server to run it. The author is upfront that this is not an official OpenAI feature and that the percentage it shows is an experimental guess, not a real token counter. The extension calculates what it calls an effective load, a number based on how many assistant and tool messages are in the conversation, minus hidden and system messages. Based on real world observation, the author found this number tracked conversations hitting the length limit better than simply counting tokens or messages. It compares that number against a different experimental threshold depending on whether you are on the Free, Plus, or Pro ChatGPT plan, then shows a status such as OK, watch closely, critical, or likely limit. If ChatGPT itself shows its own maximum length warning, the extension always trusts that over its own calculation. A details panel shows extra numbers such as message counts by type, an estimated compression amount, estimated token counts for the whole conversation and for the most recent messages, and which underlying model was detected. There is a copy statistics button that copies these numbers without copying any of your actual conversation text. On privacy, the extension only talks to chatgpt.com, uses the ChatGPT session already open in your browser, and does not send your conversation content to any outside server or store it anywhere. To install it you download or clone the repository, then load it as an unpacked extension in Chrome or Edge developer mode and open a ChatGPT conversation to use it. The author notes the formula and thresholds are still experimental and may need further calibration.

prompts (copy fr)

prompt 1
Explain how the effective load formula in this extension is calculated.
prompt 2
Show me how to load this extension as an unpacked build in Chrome.
prompt 3
Walk me through what each field in the details panel means.
prompt 4
Help me understand why my conversation shows critical status here.

Frequently asked questions

what is usagechatgpt fr?

A browser extension that estimates how close an open ChatGPT conversation is to its length limit, using an experimental local calculation.

What language is usagechatgpt written in?

Mainly JavaScript. The stack also includes JavaScript, Manifest V3.

What license does usagechatgpt use?

The README does not state license terms.

How hard is usagechatgpt to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is usagechatgpt for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.