Chat-GPT4-counter

The usage count of GPT-4 will be displayed. You can view message log. GPT-4の使用回数が表示されます。 メッセージの履歴が表示できます。 显示GPT-4被利用的次数。…

O que é Chat-GPT4-counter?

Chat-GPT4-counter é uma extensão do Chrome desenvolvida por ampersand.dev, e sua principal característica é "The usage count of GPT-4 will be displayed. You can view message log. GPT-4の使用回数が表示されます。 メッセージの履歴が表示できます。 显示GPT-4被利用的次数。…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Chat-GPT4-counter

Baixe arquivos de extensão Chat-GPT4-counter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        The usage count of GPT-4 will be displayed.  
You can view message log.

GPT-4の使用回数が表示されます。  
メッセージの履歴が表示できます。

显示GPT-4被利用的次数。  
可以用作您可以查看消息记录。                    

Informações Básicas da Extensão

Nome Chat-GPT4-counter Chat-GPT4-counter
ID hadfgmheahokhhginappcnggpaghjamk
URL Oficial https://chromewebstore.google.com/detail/chat-gpt4-counter/hadfgmheahokhhginappcnggpaghjamk
Descrição The usage count of GPT-4 will be displayed. You can view message log. GPT-4の使用回数が表示されます。 メッセージの履歴が表示できます。 显示GPT-4被利用的次数。…
Tamanho do Arquivo 49.62 KB
Contagem de Instalações 96
Versão Atual 1.0.0
Última Atualização 2023-03-25
Data de Publicação 2023-03-25
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor ampersand.dev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://twitter.com/ampersand000
URL da Página de Ajuda https://twitter.com/ampersand000
Idiomas Suportados 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
        }
    ]
}