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.”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | imbmebocbbpgodpamfcdnocdbpahabfn |
官方網址 | 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\/*" ] } ] } |