The extension has extremely limited adoption with only 19 users, which raises concerns about its legitimacy and testing. While it maintains a 4.7 rating, the small user base makes this rating less meaningful. The lack of developer information and company details further reduces trustworthiness. The extension appears to target ChatGPT users for prompt counting functionality.
The most significant red flag is the content script injection across all URLs (<all_urls>) combined with broad host permissions. For an extension that claims to count ChatGPT prompts, there's no justification for accessing every website you visit. This creates massive potential for data harvesting, credential theft, and privacy violations. The activeTab and storage permissions, while individually reasonable, become concerning when combined with the overly broad access. The extension could monitor all your browsing activity, not just ChatGPT usage.
Given the high risk profile, avoid installing this extension entirely. If you absolutely need prompt counting functionality, look for alternatives with better security practices and larger user bases. If you must use it, create a dedicated Chrome profile isolated from your main browsing and only use it when accessing ChatGPT. Never enter sensitive information while this extension is active. Consider using ChatGPT in an incognito window instead, or look for prompt counting tools that don't require browser extensions.
| https://clients2.google.com/service/update2/crx | https://chat.openai.com/ | |
| https://chat.openai.com | https://nestolobo.github.io/extension-image-hosting/chatgptcounter.png |
{ "name": "ChatGPT PromptCounter", "icons": { "48": "icon.png" }, "action": { "default_icon": { "48": "icon.png" }, "default_popup": "popup.html" }, "version": "1.2.1", "background": { "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Counts user prompts to ChatGPT", "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "js": [ "content.js" ], "css": [ "styles.css" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "https://chat.openai.com/*" ], "manifest_version": 3 }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.