chatGPT-4 Browsing

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

Co je chatGPT-4 Browsing?

chatGPT-4 Browsing je rozšíření Chrome vyvinuté yash.chitneni, a jeho hlavní funkcí je „Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření chatGPT-4 Browsing

Stáhněte si soubory rozšíření chatGPT-4 Browsing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název chatGPT-4 Browsing chatGPT-4 Browsing
ID eiicieodjholpiokjkckchiodbbekfad
Oficiální URL https://chromewebstore.google.com/detail/chatgpt-4-browsing/eiicieodjholpiokjkckchiodbbekfad
Popis Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.
Velikost souboru 15.68 KB
Počet instalací 53
Aktuální Verze 1.0
Poslední Aktualizace 2023-06-19
Datum Vydání 2023-06-18
Hodnocení 3.00/5 Celkem 1 Hodnocení
Vývojář yash.chitneni
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}