GPTWEB_by_BenB

Augment your ChatGPT prompts with relevant results from the web.

什么是GPTWEB_by_BenB?

GPTWEB_by_BenB是由bittradevid开发的Chrome扩展程序,该扩展的主要功能是“Augment your ChatGPT prompts with relevant results from the web.”。

扩展截图

screenshot

下载GPTWEB_by_BenB扩展crx文件

下载GPTWEB_by_BenB扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 GPTWEB_by_BenB GPTWEB_by_BenB
ID imbmebocbbpgodpamfcdnocdbpahabfn
官方URL https://chrome.google.com/webstore/detail/gptwebbybenb/imbmebocbbpgodpamfcdnocdbpahabfn
简介 Augment your ChatGPT prompts with relevant results from the web.
文件大小 104 KB
安装次数 88
当前版本 1.1.0
更新时间 2023-04-06
上架时间 2023-02-16
开发者 bittradevid
电子邮箱 [email protected]
付费类型 free
扩展官网 https://nqpmedia.com/gptweb/
帮助页面URL https://nqpmedia.com/gptweb/
隐私政策页面URL https://nqpmedia.com/politica-de-privacidad
支持的语言 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\/*"
            ]
        }
    ]
}