Chat-GPT4-counter
The usage count of GPT-4 will be displayed. You can view message log. GPT-4の使用回数が表示されます。 メッセージの履歴が表示できます。 显示GPT-4被利用的次数。…
What is Chat-GPT4-counter?
Chat-GPT4-counter is a Chrome extension developed by ampersand.dev, and its main feature is "The usage count of GPT-4 will be displayed. You can view message log. GPT-4の使用回数が表示されます。 メッセージの履歴が表示できます。 显示GPT-4被利用的次数。…".
Extension Screenshots
Download Chat-GPT4-counter Extension CRX File
Download Chat-GPT4-counter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The usage count of GPT-4 will be displayed. You can view message log. GPT-4の使用回数が表示されます。 メッセージの履歴が表示できます。 显示GPT-4被利用的次数。 可以用作您可以查看消息记录。
Extension Basic Information
Name | Chat-GPT4-counter |
ID | hadfgmheahokhhginappcnggpaghjamk |
Official URL | https://chromewebstore.google.com/detail/chat-gpt4-counter/hadfgmheahokhhginappcnggpaghjamk |
Description | The usage count of GPT-4 will be displayed. You can view message log. GPT-4の使用回数が表示されます。 メッセージの履歴が表示できます。 显示GPT-4被利用的次数。… |
File Size | 49.62 KB |
Installation Count | 96 |
Current Version | 1.0.0 |
Last Updated | 2023-03-25 |
Publish Date | 2023-03-25 |
Rating | 4.00/5 Total 1 Ratings |
Developer | ampersand.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://twitter.com/ampersand000 |
Help Page URL | https://twitter.com/ampersand000 |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chat-GPT4-counter", "version": "1.0.0", "content_scripts": [ { "js": [ "assets\/content-script-loader.content.ts.71e373fb.4bee5d6b.js" ], "matches": [ "https:\/\/chat.openai.com\/*" ], "all_frames": true } ], "web_accessible_resources": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "resources": [ "assets\/content.ts.71e373fb.js" ], "use_dynamic_url": true } ] } |