chatGPT-4 Browsing

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

Qu'est-ce que chatGPT-4 Browsing ?

chatGPT-4 Browsing est une extension Chrome développée par yash.chitneni, et sa fonction principale est "Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension chatGPT-4 Browsing

Téléchargez les fichiers d'extension chatGPT-4 Browsing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom chatGPT-4 Browsing chatGPT-4 Browsing
ID eiicieodjholpiokjkckchiodbbekfad
URL Officiel https://chromewebstore.google.com/detail/chatgpt-4-browsing/eiicieodjholpiokjkckchiodbbekfad
Description Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.
Taille du Fichier 15.68 KB
Nombre d'Installations 53
Version Actuelle 1.0
Dernière Mise à Jour 2023-06-19
Date de Publication 2023-06-18
Évaluation 3.00/5 Total 1 Évaluations
Développeur yash.chitneni
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}