GPTWEB_by_BenB

Augment your ChatGPT prompts with relevant results from the web.

What is GPTWEB_by_BenB?

GPTWEB_by_BenB is a Chrome extension developed by bittradevid, and its main feature is "Augment your ChatGPT prompts with relevant results from the web.".

Extension Screenshots

screenshot

Download GPTWEB_by_BenB Extension CRX File

Download GPTWEB_by_BenB 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

                        Instala esta Aplicación y disfruta de todo el poder de Chat GPT al dia!! dejando atras la limitante de datos hasta 2021 tal y como lo viste en el video de BenjaminB                    

Extension Basic Information

Name GPTWEB_by_BenB GPTWEB_by_BenB
ID imbmebocbbpgodpamfcdnocdbpahabfn
Official URL https://chrome.google.com/webstore/detail/gptwebbybenb/imbmebocbbpgodpamfcdnocdbpahabfn
Description Augment your ChatGPT prompts with relevant results from the web.
File Size 104 KB
Installation Count 88
Current Version 1.1.0
Last Updated 2023-04-06
Publish Date 2023-02-16
Developer bittradevid
Email [email protected]
Payment Type free
Extension Website https://nqpmedia.com/gptweb/
Help Page URL https://nqpmedia.com/gptweb/
Privacy Policy Page URL https://nqpmedia.com/politica-de-privacidad
Supported Languages de,en,fr,es,it,pt-BR,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "es",
    "version": "1.1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/ddg-webapp-aagd.vercel.app\/*"
    ],
    "background": {
        "service_worker": "background\/bg.js"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat*"
            ],
            "js": [
                "content-scripts\/mainUI.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true,
        "css": [
            "options\/options.css"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content-scripts\/mainUI.css",
                "icons\/icon48.png"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ]
}