GPTWEB_by_BenB
Augment your ChatGPT prompts with relevant results from the web.
Was ist GPTWEB_by_BenB?
GPTWEB_by_BenB ist eine Chrome-Erweiterung, die von bittradevid entwickelt wurde, und ihr Hauptmerkmal ist "Augment your ChatGPT prompts with relevant results from the web.".
Erweiterungsscreenshots
GPTWEB_by_BenB-Erweiterungs-CRX-Datei herunterladen
Laden Sie GPTWEB_by_BenB-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | imbmebocbbpgodpamfcdnocdbpahabfn |
Offizielle URL | https://chrome.google.com/webstore/detail/gptwebbybenb/imbmebocbbpgodpamfcdnocdbpahabfn |
Beschreibung | Augment your ChatGPT prompts with relevant results from the web. |
Dateigröße | 104 KB |
Installationsanzahl | 88 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2023-04-06 |
Veröffentlichungsdatum | 2023-02-16 |
Entwickler | bittradevid |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://nqpmedia.com/gptweb/ |
Hilfeseite URL | https://nqpmedia.com/gptweb/ |
URL der Datenschutzrichtlinien-Seite | https://nqpmedia.com/politica-de-privacidad |
Unterstützte Sprachen | 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\/*" ] } ] } |