chatGPT-4 Browsing
Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.
¿Qué es chatGPT-4 Browsing?
chatGPT-4 Browsing es una extensión de Chrome desarrollada por yash.chitneni, y su función principal es "Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión chatGPT-4 Browsing
Descarga archivos de extensión chatGPT-4 Browsing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com. Información Básica de la Extensión
| Nombre | |
| ID | eiicieodjholpiokjkckchiodbbekfad |
| URL Oficial | https://chromewebstore.google.com/detail/chatgpt-4-browsing/eiicieodjholpiokjkckchiodbbekfad |
| Descripción | Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com. |
| Tamaño del Archivo | 15.68 KB |
| Cantidad de Instalaciones | 53 |
| Versión Actual | 1.0 |
| Última Actualización | 2023-06-19 |
| Fecha de Publicación | 2023-06-18 |
| Calificación | 3.00/5 Total de 1 Calificaciones |
| Desarrollador | yash.chitneni |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Idiomas Soportados | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "chatGPT-4 Browsing",
"version": "1.0",
"description": "Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.",
"icons": {
"128": "icon_128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"js": [
"content.js"
]
}
]
} | |