chatGPT-4 Browsing

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

Cos'è chatGPT-4 Browsing?

chatGPT-4 Browsing è un'estensione di Chrome sviluppata da yash.chitneni, e la sua funzione principale è "Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione chatGPT-4 Browsing

Scarica i file di estensione chatGPT-4 Browsing 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

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

Informazioni di Base sull'Estensione

Nome chatGPT-4 Browsing chatGPT-4 Browsing
ID eiicieodjholpiokjkckchiodbbekfad
URL Ufficiale https://chromewebstore.google.com/detail/chatgpt-4-browsing/eiicieodjholpiokjkckchiodbbekfad
Descrizione Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.
Dimensione del File 15.68 KB
Conteggio Installazioni 53
Versione Corrente 1.0
Ultimo Aggiornamento 2023-06-19
Data di Pubblicazione 2023-06-18
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore yash.chitneni
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}