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
Eメール [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\/*"
            ]
        }
    ]
}