chatGPT-4 Browsing

Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.

O que é chatGPT-4 Browsing?

chatGPT-4 Browsing é uma extensão do Chrome desenvolvida por yash.chitneni, e sua principal característica é "Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão chatGPT-4 Browsing

Baixe arquivos de extensão chatGPT-4 Browsing 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

                        Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.                    

Informações Básicas da Extensão

Nome chatGPT-4 Browsing chatGPT-4 Browsing
ID eiicieodjholpiokjkckchiodbbekfad
URL Oficial https://chromewebstore.google.com/detail/chatgpt-4-browsing/eiicieodjholpiokjkckchiodbbekfad
Descrição Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.
Tamanho do Arquivo 15.68 KB
Contagem de Instalações 53
Versão Atual 1.0
Última Atualização 2023-06-19
Data de Publicação 2023-06-18
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor yash.chitneni
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "chatGPT-4 Browsing",
    "version": "1.0",
    "description": "Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}