4.1 out of 5
Google doesn't verify reviews. Learn more about results and reviews.
- All reviews
- Recent
- Helpful
- Highest to lowest rating
- Lowest to highest rating
- English
- All languages
Vitalii BezuhlyiFeb 16, 2025
- Report illegal content
- Copy link
Very useful for Prompt engineering!
MJan 9, 2025
- Report illegal content
- Copy link
I just have a question please. Does the extension also count the tokens consumed by documents uploaded to the chat, web searches done, and/or images create? Thank you for your efforts!
Vinicius JustenOct 10, 2024
- Report illegal content
- Copy link
Very useful!
victor szaboSep 8, 2024
- Report illegal content
- Copy link
Does the trick - thank you. It would be nice to be able to turn the counter on/off, is there a switch or am i missing something?
BroccoMay 5, 2024
- Report illegal content
- Copy link
Edit: thanks for the quick fix friends! Perfect extension. Was great, but its broken now that the url changed from chat.openai.com to chatgpt.com
Thanks for letting us know. The plugin is now updated with the new address
- Report illegal content
- Copy link
洪斌Nov 28, 2023
- Report illegal content
- Copy link
It would be better if we could calculate the price of api token consumed by total token.
Pedro GanzoOct 20, 2023
- Report illegal content
- Copy link
When I downloaded the extension, I thought it would have a smart way to count tokens.. but it did not. Here is this extension code for count tokens: // substrack 15 words of existing content from wordcount function countWords(text) { return text.trim().split(/\s+/).length-15; } function countTokens(wordCount) { return wordCount / 0.75; } thats it. It just splits the words, remove 15% of length of them, and thats it. Sorry If I seems harsh, I know it is hard to build a tokenizer on a w... Show more
Samuel OrJul 10, 2023
- Report illegal content
- Copy link
I like it, the best part is no collection of personal data
Leonardo RieraJun 30, 2023
- Report illegal content
- Copy link
Multiple issues: wrong count on new chats, and very wrong count on ongoing chats (keeps some of the word count from previous prompts rather than start from 0 for new prompt).
Thanks. It doesn't keep counts from previous chats. The initial number of words in the empty chat is not constant. We put in a constant, so initially, there could be about a 10 to 20-word difference.
- Report illegal content
- Copy link
Nicholas RotundoJun 1, 2023
- Report illegal content
- Copy link
Great extension