chatGPT-4 Browsing

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

Apa itu chatGPT-4 Browsing?

chatGPT-4 Browsing adalah ekstensi Chrome yang dikembangkan oleh yash.chitneni, dan fitur utamanya adalah "Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi chatGPT-4 Browsing

Unduh file ekstensi chatGPT-4 Browsing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama chatGPT-4 Browsing chatGPT-4 Browsing
ID eiicieodjholpiokjkckchiodbbekfad
URL Resmi https://chromewebstore.google.com/detail/chatgpt-4-browsing/eiicieodjholpiokjkckchiodbbekfad
Deskripsi Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.
Ukuran File 15.68 KB
Jumlah Instalasi 53
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-06-19
Tanggal Publikasi 2023-06-18
Penilaian 3.00/5 Total 1 Penilaian
Pengembang yash.chitneni
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}