Chat-GPT4-counter
The usage count of GPT-4 will be displayed. You can view message log. GPT-4の使用回数が表示されます。 メッセージの履歴が表示できます。 显示GPT-4被利用的次数。…
Cos'è Chat-GPT4-counter?
Chat-GPT4-counter è un'estensione di Chrome sviluppata da ampersand.dev, e la sua funzione principale è "The usage count of GPT-4 will be displayed. You can view message log. GPT-4の使用回数が表示されます。 メッセージの履歴が表示できます。 显示GPT-4被利用的次数。…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chat-GPT4-counter
Scarica i file di estensione Chat-GPT4-counter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The usage count of GPT-4 will be displayed. You can view message log. GPT-4の使用回数が表示されます。 メッセージの履歴が表示できます。 显示GPT-4被利用的次数。 可以用作您可以查看消息记录。
Informazioni di Base sull'Estensione
Nome | Chat-GPT4-counter |
ID | hadfgmheahokhhginappcnggpaghjamk |
URL Ufficiale | https://chromewebstore.google.com/detail/chat-gpt4-counter/hadfgmheahokhhginappcnggpaghjamk |
Descrizione | The usage count of GPT-4 will be displayed. You can view message log. GPT-4の使用回数が表示されます。 メッセージの履歴が表示できます。 显示GPT-4被利用的次数。… |
Dimensione del File | 49.62 KB |
Conteggio Installazioni | 96 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2023-03-25 |
Data di Pubblicazione | 2023-03-25 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | ampersand.dev |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://twitter.com/ampersand000 |
URL della Pagina di Aiuto | https://twitter.com/ampersand000 |
Lingue Supportate | 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 } ] } |