chatGPT-4 Browsing

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

What is chatGPT-4 Browsing?

chatGPT-4 Browsing is a Chrome extension developed by yash.chitneni, and its main feature is "Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.".

Extension Screenshots

screenshot

Download chatGPT-4 Browsing Extension CRX File

Download chatGPT-4 Browsing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name chatGPT-4 Browsing chatGPT-4 Browsing
ID eiicieodjholpiokjkckchiodbbekfad
Official URL https://chromewebstore.google.com/detail/chatgpt-4-browsing/eiicieodjholpiokjkckchiodbbekfad
Description Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.
File Size 15.68 KB
Installation Count 53
Current Version 1.0
Last Updated 2023-06-19
Publish Date 2023-06-18
Rating 3.00/5 Total 1 Ratings
Developer yash.chitneni
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}